Searched refs:parse_JSON (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/json/ |
H A D | JSON_parser.h | 31 extern int parse_JSON(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int assoc T…
|
H A D | json.c | 515 if (parse_JSON(jp, z, utf16, utf16_len, assoc TSRMLS_CC)) { in php_json_decode()
|
H A D | JSON_parser.c | 423 parse_JSON(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int assoc TSRMLS_DC) in parse_JSON() function
|
Completed in 13 milliseconds