Searched defs:jp (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/json/ |
H A D | JSON_parser.c | 202 push(JSON_parser jp, int mode) in push() 219 pop(JSON_parser jp, int mode) in pop() 244 JSON_parser jp = (JSON_parser)emalloc(sizeof(struct JSON_parser_struct)); in new_JSON_parser() local 263 free_JSON_parser(JSON_parser jp) in free_JSON_parser() 376 static void attach_zval(JSON_parser jp, int up, int cur, smart_str *key, int assoc TSRMLS_DC) in attach_zval() 423 parse_JSON(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int assoc TSRMLS_DC) in parse_JSON()
|
H A D | json.c | 494 JSON_parser jp; in php_json_decode() local
|
/PHP-5.3/ext/standard/tests/misc/ |
H A D | browscap.ini | 1691 Parent=General Crawlers 1692 Browser="UnWrap" 2187 Parent=Search Engines 2188 Browser="gazz" 2902 Parent=Ad Brokers 2903 Browser="MicroAd"
|
Completed in 135 milliseconds