Searched refs:parse_JSON_ex (Results 1 – 3 of 3) sorted by relevance
/PHP-5.5/ext/json/ |
H A D | JSON_parser.h | 35 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 D | json.c | 688 if (parse_JSON_ex(jp, z, utf16, utf16_len, options TSRMLS_CC)) { in php_json_decode_ex()
|
H A D | JSON_parser.c | 439 parse_JSON_ex(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int options TSRMLS_… in parse_JSON_ex() function
|
Completed in 10 milliseconds