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 test('output', function () { echo 'this is unexpected output'; expect(true..

Decoded Output download

<?php

test('output', function () {
    echo 'this is unexpected output';

    expect(true)->toBeTrue();
})->skip(! isset($_SERVER['COLLISION_TEST']));
 ?>

Did this file decode correctly?

Original Code

<?php

test('output', function () {
    echo 'this is unexpected output';

    expect(true)->toBeTrue();
})->skip(! isset($_SERVER['COLLISION_TEST']));

Function Calls

None

Variables

None

Stats

MD5 974f8199c5fa5f4f196c1b02acee7cd0
Eval Count 0
Decode Time 78 ms