parse_JSON_ex      32 json/JSON_parser.h extern int parse_JSON_ex(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int options TSRMLS_DC);
parse_JSON_ex      37 json/JSON_parser.h 	return parse_JSON_ex(jp, z, utf16_json, length, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0 TSRMLS_CC);
parse_JSON_ex     679 json/json.c    	if (parse_JSON_ex(jp, z, utf16, utf16_len, options TSRMLS_CC)) {