the_static_zstack  253 ext/json/JSON_parser.c         jp->the_zstack = &jp->the_static_zstack[0];
the_static_zstack  266 ext/json/JSON_parser.c     if (jp->the_zstack != &jp->the_static_zstack[0]) {
the_static_zstack   19 ext/json/JSON_parser.h     zval *the_static_zstack[JSON_PARSER_DEFAULT_DEPTH];