Home
last modified time | relevance | path

Searched refs:YYMAXDEPTH (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_parser.c905 #ifndef YYMAXDEPTH
906 # define YYMAXDEPTH 10000 macro
1335 if (YYMAXDEPTH <= yystacksize)
1338 if (YYMAXDEPTH < yystacksize)
1339 yystacksize = YYMAXDEPTH;
/PHP-7.0/ext/json/
H A Djson_parser.tab.c823 #ifndef YYMAXDEPTH
824 # define YYMAXDEPTH 10000 macro
1313 if (YYMAXDEPTH <= yystacksize) in yyparse()
1316 if (YYMAXDEPTH < yystacksize) in yyparse()
1317 yystacksize = YYMAXDEPTH; in yyparse()

Completed in 14 milliseconds