Searched refs:PHP_JSON_ERROR_DEPTH (Results 1 – 4 of 4) sorted by relevance
44 PHP_JSON_ERROR_DEPTH, enumerator
80 PHP_JSON_REGISTER_CONSTANT("JSON_ERROR_DEPTH", PHP_JSON_ERROR_DEPTH);174 case PHP_JSON_ERROR_DEPTH: in php_json_get_error_msg()
37 parser->scanner.errcode = PHP_JSON_ERROR_DEPTH; \
230 encoder->error_code = PHP_JSON_ERROR_DEPTH; in php_json_encode_array()
Completed in 10 milliseconds