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 [ [ 1260, 2, 3, ..
Decoded Output download
<?php
declare(strict_types=1);
return [
[
1260,
2,
3,
4,
],
[
27720,
3,
1,
2,
5,
],
[1, 0],
['#NUM!', 3, -1],
['#VALUE!', 3, 'X'],
['#VALUE!', 3, null],
['#VALUE!', 3, true],
['exception'],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
return [
[
1260,
2,
3,
4,
],
[
27720,
3,
1,
2,
5,
],
[1, 0],
['#NUM!', 3, -1],
['#VALUE!', 3, 'X'],
['#VALUE!', 3, null],
['#VALUE!', 3, true],
['exception'],
];
Function Calls
None |
Stats
MD5 | 9efd3bedb09805219f990b9f92c73f3f |
Eval Count | 0 |
Decode Time | 83 ms |