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 [ 'no argument' => [ 'exception', ..
Decoded Output download
<?php
declare(strict_types=1);
return [
'no argument' => [
'exception',
],
[
2,
[1, 2, 3],
['Y', 'Y', 'N'],
'=Y',
['H', 'H', 'H'],
'=H',
],
[
2,
[1, 2, 3],
['Y', 'Y', 'N'],
'=Y',
],
[
2,
[1, 2, 3],
['A', 'B', 'C'],
'=B',
['C', 'B', 'A'],
'=B',
],
[
456000,
[223000, 125000, 456000, 322000, 340000, 198000, 310000, 250000, 460000, 261000, 389000, 305000],
[1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4],
1,
],
[
310000,
[223000, 125000, 456000, 322000, 340000, 198000, 310000, 250000, 460000, 261000, 389000, 305000],
[1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4],
'>2',
['Jeff', 'Chris', 'Carol', 'Jeff', 'Chris', 'Carol', 'Jeff', 'Chris', 'Carol', 'Jeff', 'Chris', 'Carol'],
'Jeff',
],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
return [
'no argument' => [
'exception',
],
[
2,
[1, 2, 3],
['Y', 'Y', 'N'],
'=Y',
['H', 'H', 'H'],
'=H',
],
[
2,
[1, 2, 3],
['Y', 'Y', 'N'],
'=Y',
],
[
2,
[1, 2, 3],
['A', 'B', 'C'],
'=B',
['C', 'B', 'A'],
'=B',
],
[
456000,
[223000, 125000, 456000, 322000, 340000, 198000, 310000, 250000, 460000, 261000, 389000, 305000],
[1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4],
1,
],
[
310000,
[223000, 125000, 456000, 322000, 340000, 198000, 310000, 250000, 460000, 261000, 389000, 305000],
[1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4],
'>2',
['Jeff', 'Chris', 'Carol', 'Jeff', 'Chris', 'Carol', 'Jeff', 'Chris', 'Carol', 'Jeff', 'Chris', 'Carol'],
'Jeff',
],
];
Function Calls
None |
Stats
MD5 | 86707276d18c237364a17c94b2bd0e4b |
Eval Count | 0 |
Decode Time | 92 ms |