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 return [ 'invalid' => 'JSON ', 'invalid_message' => ' JSON', ..
Decoded Output download
<?php
return [
'invalid' => 'JSON ',
'invalid_message' => ' JSON',
'valid' => 'JSON ',
'validation_errors' => '',
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'invalid' => 'JSON ',
'invalid_message' => ' JSON',
'valid' => 'JSON ',
'validation_errors' => '',
];
Function Calls
None |
Stats
MD5 | 9dcf4ea2192d74aa4aaa09cd46e461ba |
Eval Count | 0 |
Decode Time | 93 ms |