PHP_JSON_ERROR_DEPTH  127 ext/json/json.c 	PHP_JSON_REGISTER_CONSTANT("JSON_ERROR_DEPTH", PHP_JSON_ERROR_DEPTH);
PHP_JSON_ERROR_DEPTH  297 ext/json/json.c 		case PHP_JSON_ERROR_DEPTH:
PHP_JSON_ERROR_DEPTH  223 ext/json/json_encoder.c 		JSON_G(error_code) = PHP_JSON_ERROR_DEPTH;
PHP_JSON_ERROR_DEPTH   83 ext/json/json_parser.y 		parser->scanner.errcode = PHP_JSON_ERROR_DEPTH; \