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 [ [ 1, 0, ], [ ..
Decoded Output download
<?php
declare(strict_types=1);
return [
[
1,
0,
],
[
48,
6,
],
[
105,
7,
],
[
15,
5,
],
[
384,
8,
],
[
135135,
13,
],
[
'#NUM!',
-1,
],
[
'#VALUE!',
'ABC',
],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
return [
[
1,
0,
],
[
48,
6,
],
[
105,
7,
],
[
15,
5,
],
[
384,
8,
],
[
135135,
13,
],
[
'#NUM!',
-1,
],
[
'#VALUE!',
'ABC',
],
];
Function Calls
None |
Stats
MD5 | dea79e7b74078120ddba631c1afbf65c |
Eval Count | 0 |
Decode Time | 82 ms |