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 /* * Pretty printed JSONP with 4 spaces indent * * @return string */ return <<..
Decoded Output download
<?php
/*
* Pretty printed JSONP with 4 spaces indent
*
* @return string
*/
return <<<'JSON'
foo({
"foo": "bar",
"baz": {
"foobar": [
42,
0.00042,
"",
null
]
}
});
JSON;
?>
Did this file decode correctly?
Original Code
<?php
/*
* Pretty printed JSONP with 4 spaces indent
*
* @return string
*/
return <<<'JSON'
foo({
"foo": "bar",
"baz": {
"foobar": [
42,
0.00042,
"",
null
]
}
});
JSON;
Function Calls
None |
Stats
MD5 | 10eed86650b9fbea14a9427c8a272ae5 |
Eval Count | 0 |
Decode Time | 99 ms |