Searched refs:YYCASE_ (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_parser.c | 1100 # define YYCASE_(N, S) \ in yysyntax_error() macro 1104 YYCASE_(0, YY_("syntax error")); in yysyntax_error() 1105 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error() 1106 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error() 1107 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error() 1108 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error() 1109 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error() 1110 # undef YYCASE_ in yysyntax_error()
|
/PHP-7.2/ext/json/ |
H A D | json_parser.tab.c | 996 # define YYCASE_(N, S) \ in yysyntax_error() macro 1000 YYCASE_(0, YY_("syntax error")); in yysyntax_error() 1001 YYCASE_(1, YY_("syntax error, unexpected %s")); in yysyntax_error() 1002 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error() 1003 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error() 1004 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error() 1005 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error() 1006 # undef YYCASE_ in yysyntax_error()
|
Completed in 29 milliseconds