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('error', function () { throw new Exception('error'); })->skip(! isset($_SE..
Decoded Output download
<?php
test('error', function () {
throw new Exception('error');
})->skip(! isset($_SERVER['COLLISION_TEST']));
test('success', function () {
expect(true)->toBeTrue();
})->skip(! isset($_SERVER['COLLISION_TEST']));
?>
Did this file decode correctly?
Original Code
<?php
test('error', function () {
throw new Exception('error');
})->skip(! isset($_SERVER['COLLISION_TEST']));
test('success', function () {
expect(true)->toBeTrue();
})->skip(! isset($_SERVER['COLLISION_TEST']));
Function Calls
None |
Stats
MD5 | 9c3dee19abfbe5c7375b3c3f8b389081 |
Eval Count | 0 |
Decode Time | 73 ms |