Home
last modified time | relevance | path

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

/PHP-7.2/ext/json/
H A Dphp_json.h44 PHP_JSON_ERROR_DEPTH, enumerator
H A Djson.c122 PHP_JSON_REGISTER_CONSTANT("JSON_ERROR_DEPTH", PHP_JSON_ERROR_DEPTH); in PHP_MINIT_FUNCTION()
333 case PHP_JSON_ERROR_DEPTH: in PHP_FUNCTION()
H A Djson_parser.y42 parser->scanner.errcode = PHP_JSON_ERROR_DEPTH; \
H A Djson_encoder.c229 encoder->error_code = PHP_JSON_ERROR_DEPTH; in php_json_encode_array()
H A Djson_parser.tab.c104 parser->scanner.errcode = PHP_JSON_ERROR_DEPTH; \

Completed in 22 milliseconds