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', ''], ['#VALUE!', '"ABC"'],..
Decoded Output download
<?php
declare(strict_types=1);
return [
['exception', ''],
['#VALUE!', '"ABC"'],
[0, '0'],
[1.175201194, '1'],
[-1.175201194, '-1.0'],
[3.626860, '"2.0"'],
[0, 'Q15'],
[0, 'false'],
[1.175201194, 'true'],
[3.626860408, 'A2'],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
return [
['exception', ''],
['#VALUE!', '"ABC"'],
[0, '0'],
[1.175201194, '1'],
[-1.175201194, '-1.0'],
[3.626860, '"2.0"'],
[0, 'Q15'],
[0, 'false'],
[1.175201194, 'true'],
[3.626860408, 'A2'],
];
Function Calls
None |
Stats
MD5 | 4db77ddbc5da897b6941854a1751fcbf |
Eval Count | 0 |
Decode Time | 100 ms |