Home
last modified time | relevance | path

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

/PHP-7.2/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.2/ext/json/
H A Djson_parser.tab.c820 #ifndef YYMAXDEPTH
821 # define YYMAXDEPTH 10000 macro
1310 if (YYMAXDEPTH <= yystacksize) in yyparse()
1313 if (YYMAXDEPTH < yystacksize) in yyparse()
1314 yystacksize = YYMAXDEPTH; in yyparse()

Completed in 14 milliseconds