Searched refs:PHP_JSON_ERROR_NONE (Results 1 – 3 of 3) sorted by relevance
23 PHP_JSON_ERROR_NONE = 0, enumerator
116 REGISTER_LONG_CONSTANT("JSON_ERROR_NONE", PHP_JSON_ERROR_NONE, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()744 jp->error_code = PHP_JSON_ERROR_NONE; in php_json_decode_ex()787 jp->error_code = PHP_JSON_ERROR_NONE; in php_json_decode_ex()813 JSON_G(error_code) = PHP_JSON_ERROR_NONE; in PHP_FUNCTION()819 if (JSON_G(error_code) != PHP_JSON_ERROR_NONE && !(options & PHP_JSON_PARTIAL_OUTPUT_ON_ERROR)) { in PHP_FUNCTION()881 case PHP_JSON_ERROR_NONE: in PHP_FUNCTION()
248 jp->error_code = PHP_JSON_ERROR_NONE; in new_JSON_parser()
Completed in 10 milliseconds