Searched refs:PHP_JSON_ERROR_DEPTH (Results 1 – 5 of 5) sorted by relevance
46 PHP_JSON_ERROR_DEPTH, enumerator
127 PHP_JSON_REGISTER_CONSTANT("JSON_ERROR_DEPTH", PHP_JSON_ERROR_DEPTH); in PHP_MINIT_FUNCTION()307 case PHP_JSON_ERROR_DEPTH: in PHP_FUNCTION()
83 parser->scanner.errcode = PHP_JSON_ERROR_DEPTH; \
223 JSON_G(error_code) = PHP_JSON_ERROR_DEPTH; in php_json_encode_array()
214 parser->scanner.errcode = PHP_JSON_ERROR_DEPTH; \
Completed in 21 milliseconds