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 declare(strict_types=1); return [ ['exception'], // exception not enough args ..
Decoded Output download
<?php
declare(strict_types=1);
return [
['exception'], // exception not enough args
['#VALUE!', 'ABC'],
[45, M_PI / 4],
[0, 0],
[0, null],
[0, false],
['#VALUE!', ''],
[57.29577951, true],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
return [
['exception'], // exception not enough args
['#VALUE!', 'ABC'],
[45, M_PI / 4],
[0, 0],
[0, null],
[0, false],
['#VALUE!', ''],
[57.29577951, true],
];
Function Calls
None |
Stats
MD5 | ac94abf913e8c12db15173781eecc8bc |
Eval Count | 0 |
Decode Time | 91 ms |