Searched refs:json_create_zval (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/json/ |
H A D | JSON_parser.c | 294 static void json_create_zval(zval **z, smart_str *buf, int type, int options) in json_create_zval() function 550 json_create_zval(&mval, &buf, type, options); in parse_JSON_ex() 578 json_create_zval(&mval, &buf, type, options); in parse_JSON_ex() 690 json_create_zval(&mval, &buf, type, options); in parse_JSON_ex()
|
Completed in 5 milliseconds