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 define('JSON_ERROR_NONE', 0); define('JSON_ERROR_DEPTH', 0); define('JSON_ERROR_STA..
Decoded Output download
<?php
define('JSON_ERROR_NONE', 0);
define('JSON_ERROR_DEPTH', 0);
define('JSON_ERROR_STATE_MISMATCH', 0);
define('JSON_ERROR_CTRL_CHAR', 0);
define('JSON_ERROR_SYNTAX', 0);
define('JSON_ERROR_UTF8', 0);
define('JSON_HEX_TAG', 0);
define('JSON_HEX_AMP', 0);
define('JSON_HEX_APOS', 0);
define('JSON_HEX_QUOT', 0);
define('JSON_FORCE_OBJECT', 0);
define('JSON_NUMERIC_CHECK', 0);
define('JSON_BIGINT_AS_STRING', 0);
define('JSON_PRETTY_PRINT', 0);
define('JSON_UNESCAPED_SLASHES', 0);
define('JSON_UNESCAPED_UNICODE', 0);
?>
Did this file decode correctly?
Original Code
<?php
define('JSON_ERROR_NONE', 0);
define('JSON_ERROR_DEPTH', 0);
define('JSON_ERROR_STATE_MISMATCH', 0);
define('JSON_ERROR_CTRL_CHAR', 0);
define('JSON_ERROR_SYNTAX', 0);
define('JSON_ERROR_UTF8', 0);
define('JSON_HEX_TAG', 0);
define('JSON_HEX_AMP', 0);
define('JSON_HEX_APOS', 0);
define('JSON_HEX_QUOT', 0);
define('JSON_FORCE_OBJECT', 0);
define('JSON_NUMERIC_CHECK', 0);
define('JSON_BIGINT_AS_STRING', 0);
define('JSON_PRETTY_PRINT', 0);
define('JSON_UNESCAPED_SLASHES', 0);
define('JSON_UNESCAPED_UNICODE', 0);
Function Calls
define | 1 |
Stats
MD5 | 317f81322f68a0194ea5d262b349b594 |
Eval Count | 0 |
Decode Time | 83 ms |