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 [ [ 2, 3.5, [7, 3.5, 3..
Decoded Output download
<?php
declare(strict_types=1);
return [
[
2,
3.5,
[7, 3.5, 3.5, 2, 1],
],
[
1,
7,
[7, 3.5, 3.5, 2, 1],
],
[
3,
3.5,
[7, 3.5, 3.5, 1, 2],
1,
],
[
5,
7,
[7, 3.5, 3.5, 1, 2],
1,
],
[
4,
7.2,
[10.5, 7.2, 200, 5.4, 8.1],
],
[
2,
3.5,
[7, 3.5, 'ONE', 'UNO', 3.5, 1, 2],
],
[
'#VALUE!',
'Uno',
[1, 'Deux', 2, 'Uno', 3, 4],
],
[
3,
2,
[1, 'Deux', 2, 'Uno', 3, 4],
],
[
2,
3,
[1, 'Deux', 2, 'Uno', 3, 4],
],
[
'#N/A',
1.5,
[7, 3.5, 3.5, 1, 2],
],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
return [
[
2,
3.5,
[7, 3.5, 3.5, 2, 1],
],
[
1,
7,
[7, 3.5, 3.5, 2, 1],
],
[
3,
3.5,
[7, 3.5, 3.5, 1, 2],
1,
],
[
5,
7,
[7, 3.5, 3.5, 1, 2],
1,
],
[
4,
7.2,
[10.5, 7.2, 200, 5.4, 8.1],
],
[
2,
3.5,
[7, 3.5, 'ONE', 'UNO', 3.5, 1, 2],
],
[
'#VALUE!',
'Uno',
[1, 'Deux', 2, 'Uno', 3, 4],
],
[
3,
2,
[1, 'Deux', 2, 'Uno', 3, 4],
],
[
2,
3,
[1, 'Deux', 2, 'Uno', 3, 4],
],
[
'#N/A',
1.5,
[7, 3.5, 3.5, 1, 2],
],
];
Function Calls
None |
Stats
MD5 | 9907ce0bbd573d3db69513bef5282f46 |
Eval Count | 0 |
Decode Time | 77 ms |