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, ' ', ], [ ..
Decoded Output download
<?php
declare(strict_types=1);
return [
[
0,
' ',
],
[
49,
'XLIX',
],
[
50,
'L',
],
[
2012,
'MMXII',
],
[
999,
'CMXCIX',
],
[
499,
'CDXCIX',
],
[
2018,
'MMXVIII',
],
[
-2018,
'-MMXVIII',
],
[
499,
'CDXCIX',
],
[
499,
'LDVLIV',
],
[
499,
'XDIX',
],
[
499,
'VDIV',
],
[
499,
'ID',
],
[
'#VALUE!',
'WRONG',
],
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
return [
[
0,
' ',
],
[
49,
'XLIX',
],
[
50,
'L',
],
[
2012,
'MMXII',
],
[
999,
'CMXCIX',
],
[
499,
'CDXCIX',
],
[
2018,
'MMXVIII',
],
[
-2018,
'-MMXVIII',
],
[
499,
'CDXCIX',
],
[
499,
'LDVLIV',
],
[
499,
'XDIX',
],
[
499,
'VDIV',
],
[
499,
'ID',
],
[
'#VALUE!',
'WRONG',
],
];
Function Calls
None |
Stats
MD5 | 070c3477e5570d018a7a1aa2b46d2d58 |
Eval Count | 0 |
Decode Time | 113 ms |