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 [ [ -0.1517996372084, [3, 4, 5..
Decoded Output download
<?php
declare(strict_types=1);
return [
[
-0.1517996372084,
[3, 4, 5, 2, 3, 4, 5, 6, 4, 7],
],
[
0.532657874050135,
[4, 5, 4, 4, 4, 4, 4, 2, 3, 5, 5, 3],
],
[
'#DIV/0!',
['A', 'B', 'C', 'D', 'E'],
],
[
'#DIV/0!',
[1, 2, 3, 'A', 'B', 'C', 'D', 'E'],
],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
return [
[
-0.1517996372084,
[3, 4, 5, 2, 3, 4, 5, 6, 4, 7],
],
[
0.532657874050135,
[4, 5, 4, 4, 4, 4, 4, 2, 3, 5, 5, 3],
],
[
'#DIV/0!',
['A', 'B', 'C', 'D', 'E'],
],
[
'#DIV/0!',
[1, 2, 3, 'A', 'B', 'C', 'D', 'E'],
],
];
Function Calls
None |
Stats
MD5 | 9ba358b1ec84fa0d621e21dce8dc23c0 |
Eval Count | 0 |
Decode Time | 83 ms |