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 [ [ 27.463915719843, [1345, 13..
Decoded Output download
<?php
declare(strict_types=1);
return [
[
27.463915719843,
[1345, 1301, 1368, 1322, 1310, 1370, 1318, 1350, 1303, 1299],
],
[
'#DIV/0!',
['A', 'B', 'C'],
],
[
0.7071067811865476,
[true, false],
],
[
0.577350269190,
[true, false, 1],
],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
return [
[
27.463915719843,
[1345, 1301, 1368, 1322, 1310, 1370, 1318, 1350, 1303, 1299],
],
[
'#DIV/0!',
['A', 'B', 'C'],
],
[
0.7071067811865476,
[true, false],
],
[
0.577350269190,
[true, false, 1],
],
];
Function Calls
None |
Stats
MD5 | 7b16b91da5485a5f5550764416419bcd |
Eval Count | 0 |
Decode Time | 76 ms |