Searched defs:JSON_parser_struct (Results 1 – 1 of 1) sorted by relevance
12 typedef struct JSON_parser_struct { struct13 int state;14 int depth;15 int top;16 int error_code;17 int* stack;18 zval **the_zstack;19 zval *the_static_zstack[JSON_PARSER_DEFAULT_DEPTH];
Completed in 5 milliseconds