Home
last modified time | relevance | path

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

/PHP-8.4/ext/json/
H A Dphp_json.h44 PHP_JSON_ERROR_DEPTH, enumerator
H A Djson_arginfo.h72 REGISTER_LONG_CONSTANT("JSON_ERROR_DEPTH", PHP_JSON_ERROR_DEPTH, CONST_PERSISTENT); in register_json_symbols()
H A Djson_encoder.c130 encoder->error_code = PHP_JSON_ERROR_DEPTH; in php_json_encode_array()
208 encoder->error_code = PHP_JSON_ERROR_DEPTH; in php_json_encode_array()
344 encoder->error_code = PHP_JSON_ERROR_DEPTH; in php_json_encode_array()
H A Djson.c152 case PHP_JSON_ERROR_DEPTH: in php_json_get_error_msg()
H A Djson_parser.y37 parser->scanner.errcode = PHP_JSON_ERROR_DEPTH; \

Completed in 11 milliseconds