Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_parser.c346 # ifndef YYSTACK_ALLOC_MAXIMUM
351 # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ macro
356 # ifndef YYSTACK_ALLOC_MAXIMUM
357 # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM macro
1072 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1097 if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1106 && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) in yysyntax_error()
1107 *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; in yysyntax_error()

Completed in 9 milliseconds