Home
last modified time | relevance | path

Searched refs:parse_JSON_ex (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/json/
H A DJSON_parser.h35 extern int parse_JSON_ex(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int opti…
40 return parse_JSON_ex(jp, z, utf16_json, length, assoc ? PHP_JSON_OBJECT_AS_ARRAY : 0 TSRMLS_CC); in parse_JSON()
H A Djson.c688 if (parse_JSON_ex(jp, z, utf16, utf16_len, options TSRMLS_CC)) { in php_json_decode_ex()
H A DJSON_parser.c439 parse_JSON_ex(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int options TSRMLS_… in parse_JSON_ex() function

Completed in 14 milliseconds