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'],
['#NUM!', 0],
['#NUM!', -1],
[-1, 0.1],
[0, 1],
[0.301030, 2],
[1, 10],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
return [
['exception'], // exception not enough args
['#VALUE!', 'ABC'],
['#NUM!', 0],
['#NUM!', -1],
[-1, 0.1],
[0, 1],
[0.301030, 2],
[1, 10],
];
Function Calls
None |
Stats
MD5 | 67198ca6b86362c30da774fb0cc3b6be |
Eval Count | 0 |
Decode Time | 79 ms |