Home
last modified time | relevance | path

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

/PHP-8.1/ext/json/
H A Dphp_json.h44 PHP_JSON_ERROR_DEPTH, enumerator
H A Djson.c76 PHP_JSON_REGISTER_CONSTANT("JSON_ERROR_DEPTH", PHP_JSON_ERROR_DEPTH);
186 case PHP_JSON_ERROR_DEPTH: in php_json_get_error_msg()
H A Djson_encoder.c180 encoder->error_code = PHP_JSON_ERROR_DEPTH; in php_json_encode_array()
286 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 15 milliseconds