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 [ ['#VALUE!', '"ABC"'], [-0.00009079985971..
Decoded Output download
<?php
declare(strict_types=1);
return [
['#VALUE!', '"ABC"'],
[-0.00009079985971, -10],
[-0.00373489848829, '-PI() * 2'],
[-0.01347650583059, '"-5"'],
[-0.08658953753005, '-PI()'],
[-0.43453720809470, '-PI() / 2'],
[-9.98335275729611, -0.1],
['#DIV/0!', 0.0],
[9.98335275729611, 0.1],
[0.43453720809470, 'PI() / 2'],
[0.08658953753005, 'PI()'],
[0.01347650583059, 5],
[0.00373489848829, 'PI() * 2'],
[0.00009079985971, 10],
[0.850918128, 'true'],
['#DIV/0!', 'false'],
['#DIV/0!', 'null'],
['#DIV/0!', 'Q15'],
[-0.044763946, 'A4'],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
return [
['#VALUE!', '"ABC"'],
[-0.00009079985971, -10],
[-0.00373489848829, '-PI() * 2'],
[-0.01347650583059, '"-5"'],
[-0.08658953753005, '-PI()'],
[-0.43453720809470, '-PI() / 2'],
[-9.98335275729611, -0.1],
['#DIV/0!', 0.0],
[9.98335275729611, 0.1],
[0.43453720809470, 'PI() / 2'],
[0.08658953753005, 'PI()'],
[0.01347650583059, 5],
[0.00373489848829, 'PI() * 2'],
[0.00009079985971, 10],
[0.850918128, 'true'],
['#DIV/0!', 'false'],
['#DIV/0!', 'null'],
['#DIV/0!', 'Q15'],
[-0.044763946, 'A4'],
];
Function Calls
None |
Stats
MD5 | 2cb65191ff71b9847ee8d9b8e3d04ff1 |
Eval Count | 0 |
Decode Time | 81 ms |