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 [ [ [ [ 'B..
Decoded Output download
<?php
declare(strict_types=1);
return [
[
[
[
'B4',
'E9',
],
],
'B4:E9',
],
[
[
'B4',
],
'B4',
],
[
[
[
'B4',
'E9',
],
[
'H2',
'O11',
],
],
'B4:E9,H2:O11',
],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
return [
[
[
[
'B4',
'E9',
],
],
'B4:E9',
],
[
[
'B4',
],
'B4',
],
[
[
[
'B4',
'E9',
],
[
'H2',
'O11',
],
],
'B4:E9,H2:O11',
],
];
Function Calls
None |
Stats
MD5 | 39de76f7d5a106f6616e2919a3446a23 |
Eval Count | 0 |
Decode Time | 88 ms |