Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_parser.c1082 # define YYCASE_(N, S) \ in yysyntax_error() macro
1086 YYCASE_(0, YY_("syntax error")); in yysyntax_error()
1087 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error()
1088 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error()
1089 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error()
1090 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error()
1091 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error()
1092 # undef YYCASE_ in yysyntax_error()

Completed in 7 milliseconds