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('{name}', function () { expect(true)->toBeTrue(); }); ..
Decoded Output download
<?php
test('{name}', function () {
expect(true)->toBeTrue();
});
?>
Did this file decode correctly?
Original Code
<?php
test('{name}', function () {
expect(true)->toBeTrue();
});
Function Calls
None |
Stats
MD5 | 13fb381ffe1a97ac2d90e1e9a37f1351 |
Eval Count | 0 |
Decode Time | 76 ms |