Home
last modified time | relevance | path

Searched refs:PHP_JSON_ERROR_DEPTH (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/json/
H A Dphp_json.h44 PHP_JSON_ERROR_DEPTH, enumerator
H A Djson_arginfo.h76 REGISTER_LONG_CONSTANT("JSON_ERROR_DEPTH", PHP_JSON_ERROR_DEPTH, CONST_PERSISTENT); in register_json_symbols()
H A Djson.c154 case PHP_JSON_ERROR_DEPTH: in php_json_get_error_msg()
H A Djson_encoder.c187 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()
H A Djson_parser.y37 parser->scanner.errcode = PHP_JSON_ERROR_DEPTH; \

Completed in 11 milliseconds