diff options
author | krakjoe <joe.watkins@live.co.uk> | 2014-02-17 08:53:47 +0000 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2014-02-17 08:53:47 +0000 |
commit | 1641d2afbe559bb3d95a6afe62b006ee90b17f1a (patch) | |
tree | e2222b514690d56c1cf079ce2fb67774de6c4d1b /phpdbg_parser.h | |
parent | 1fce0887a32b18f11ff08ab81bc11d4b77992f89 (diff) | |
download | php-git-1641d2afbe559bb3d95a6afe62b006ee90b17f1a.tar.gz |
case insensitivity where we can
additional param types
Diffstat (limited to 'phpdbg_parser.h')
-rw-r--r-- | phpdbg_parser.h | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/phpdbg_parser.h b/phpdbg_parser.h index 08a4e9ce96..d3ba58aa70 100644 --- a/phpdbg_parser.h +++ b/phpdbg_parser.h @@ -33,7 +33,7 @@ /* "%code requires" blocks. */ /* Line 2068 of yacc.c */ -#line 143 "sapi/phpdbg/dev/phpdbg_parser.y" +#line 159 "sapi/phpdbg/dev/phpdbg_parser.y" #include "phpdbg.h" #ifndef YY_TYPEDEF_YY_SCANNER_T @@ -57,14 +57,15 @@ typedef void* yyscan_t; C_STRING = 260, C_EVAL = 261, C_SHELL = 262, - T_DIGITS = 263, - T_LITERAL = 264, - T_METHOD = 265, - T_OPLINE = 266, - T_FILE = 267, - T_ID = 268, - T_INPUT = 269, - T_UNEXPECTED = 270 + C_IF = 263, + T_DIGITS = 264, + T_LITERAL = 265, + T_METHOD = 266, + T_OPLINE = 267, + T_FILE = 268, + T_ID = 269, + T_INPUT = 270, + T_UNEXPECTED = 271 }; #endif |