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"'], [-1.54235104535692..
Decoded Output download
<?php
declare(strict_types=1);
return [
['#VALUE!', '"ABC"'],
[-1.54235104535692, -10],
[0.29581291553275, '"-5"'],
[0.0, '-PI() / 2'],
[-9.96664442325924, -0.1],
['#DIV/0!', 0.0],
['#DIV/0!', 'PI()'],
['#DIV/0!', '-PI()'],
[9.96664442325924, 0.1],
[0.0, 'PI() / 2'],
[-0.29581291553275, 5],
[1.54235104535692, 10],
['exception', ''],
['#DIV/0!', 'Q15'],
['#DIV/0!', 'null'],
['#DIV/0!', 'false'],
[0.642092616, 'true'],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
return [
['#VALUE!', '"ABC"'],
[-1.54235104535692, -10],
[0.29581291553275, '"-5"'],
[0.0, '-PI() / 2'],
[-9.96664442325924, -0.1],
['#DIV/0!', 0.0],
['#DIV/0!', 'PI()'],
['#DIV/0!', '-PI()'],
[9.96664442325924, 0.1],
[0.0, 'PI() / 2'],
[-0.29581291553275, 5],
[1.54235104535692, 10],
['exception', ''],
['#DIV/0!', 'Q15'],
['#DIV/0!', 'null'],
['#DIV/0!', 'false'],
[0.642092616, 'true'],
];
Function Calls
None |
Stats
MD5 | ce56029067de1d54e78945ef687a2499 |
Eval Count | 0 |
Decode Time | 61 ms |