Searched refs:PHP_JSON_ERROR_DEPTH (Results 1 – 5 of 5) sorted by relevance
44 PHP_JSON_ERROR_DEPTH, enumerator
72 REGISTER_LONG_CONSTANT("JSON_ERROR_DEPTH", PHP_JSON_ERROR_DEPTH, CONST_PERSISTENT); in register_json_symbols()
147 case PHP_JSON_ERROR_DEPTH: in php_json_get_error_msg()
187 encoder->error_code = PHP_JSON_ERROR_DEPTH; in php_json_encode_array()293 encoder->error_code = PHP_JSON_ERROR_DEPTH; in php_json_encode_array()
37 parser->scanner.errcode = PHP_JSON_ERROR_DEPTH; \
Completed in 14 milliseconds