Home
last modified time | relevance | path

Searched defs:JSON_parser_struct (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/json/
H A DJSON_parser.h11 typedef struct JSON_parser_struct { struct
12 int state;
13 int depth;
14 int top;
15 int error_code;
16 int* stack;
17 zval **the_zstack;
18 zval *the_static_zstack[JSON_PARSER_DEFAULT_DEPTH];

Completed in 3 milliseconds