Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php it('may fail', function () { $this->fail(); })->fails(); it('may fail with the..

Decoded Output download

<?php

it('may fail', function () {
    $this->fail();
})->fails();

it('may fail with the given message', function () {
    $this->fail('this is a failure');
})->fails('this is a failure');
 ?>

Did this file decode correctly?

Original Code

<?php

it('may fail', function () {
    $this->fail();
})->fails();

it('may fail with the given message', function () {
    $this->fail('this is a failure');
})->fails('this is a failure');

Function Calls

None

Variables

None

Stats

MD5 c5a560a3d4fde5911c03ae2b34280d9c
Eval Count 0
Decode Time 94 ms