Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_parser.c887 #ifndef YYMAXDEPTH
888 # define YYMAXDEPTH 10000 macro
1319 if (YYMAXDEPTH <= yystacksize)
1322 if (YYMAXDEPTH < yystacksize)
1323 yystacksize = YYMAXDEPTH;

Completed in 12 milliseconds