Home
last modified time | relevance | path

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

/PHP-5.5/ext/json/
H A DJSON_parser.h12 typedef struct JSON_parser_struct { struct
13 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