#ifndef BISON_ZEND_ZEND_LANGUAGE_PARSER_H # define BISON_ZEND_ZEND_LANGUAGE_PARSER_H # ifndef YYSTYPE # define YYSTYPE int # define YYSTYPE_IS_TRIVIAL 1 # endif # define T_INCLUDE 257 # define T_INCLUDE_ONCE 258 # define T_EVAL 259 # define T_REQUIRE 260 # define T_REQUIRE_ONCE 261 # define T_LOGICAL_OR 262 # define T_LOGICAL_XOR 263 # define T_LOGICAL_AND 264 # define T_PRINT 265 # define T_PLUS_EQUAL 266 # define T_MINUS_EQUAL 267 # define T_MUL_EQUAL 268 # define T_DIV_EQUAL 269 # define T_CONCAT_EQUAL 270 # define T_MOD_EQUAL 271 # define T_AND_EQUAL 272 # define T_OR_EQUAL 273 # define T_XOR_EQUAL 274 # define T_SL_EQUAL 275 # define T_SR_EQUAL 276 # define T_BOOLEAN_OR 277 # define T_BOOLEAN_AND 278 # define T_IS_EQUAL 279 # define T_IS_NOT_EQUAL 280 # define T_IS_IDENTICAL 281 # define T_IS_NOT_IDENTICAL 282 # define T_IS_SMALLER_OR_EQUAL 283 # define T_IS_GREATER_OR_EQUAL 284 # define T_SL 285 # define T_SR 286 # define T_INSTANCEOF 287 # define T_INC 288 # define T_DEC 289 # define T_INT_CAST 290 # define T_DOUBLE_CAST 291 # define T_STRING_CAST 292 # define T_ARRAY_CAST 293 # define T_OBJECT_CAST 294 # define T_BOOL_CAST 295 # define T_UNSET_CAST 296 # define T_NEW 297 # define T_CLONE 298 # define T_EXIT 299 # define T_IF 300 # define T_ELSEIF 301 # define T_ELSE 302 # define T_ENDIF 303 # define T_LNUMBER 304 # define T_DNUMBER 305 # define T_STRING 306 # define T_STRING_VARNAME 307 # define T_VARIABLE 308 # define T_NUM_STRING 309 # define T_INLINE_HTML 310 # define T_CHARACTER 311 # define T_BAD_CHARACTER 312 # define T_ENCAPSED_AND_WHITESPACE 313 # define T_CONSTANT_ENCAPSED_STRING 314 # define T_ECHO 315 # define T_DO 316 # define T_WHILE 317 # define T_ENDWHILE 318 # define T_FOR 319 # define T_ENDFOR 320 # define T_FOREACH 321 # define T_ENDFOREACH 322 # define T_DECLARE 323 # define T_ENDDECLARE 324 # define T_AS 325 # define T_SWITCH 326 # define T_ENDSWITCH 327 # define T_CASE 328 # define T_DEFAULT 329 # define T_BREAK 330 # define T_CONTINUE 331 # define T_FUNCTION 332 # define T_CONST 333 # define T_RETURN 334 # define T_TRY 335 # define T_CATCH 336 # define T_THROW 337 # define T_USE 338 # define T_GLOBAL 339 # define T_STATIC 340 # define T_ABSTRACT 341 # define T_FINAL 342 # define T_PRIVATE 343 # define T_PROTECTED 344 # define T_PUBLIC 345 # define T_VAR 346 # define T_UNSET 347 # define T_ISSET 348 # define T_EMPTY 349 # define T_CLASS 350 # define T_INTERFACE 351 # define T_EXTENDS 352 # define T_IMPLEMENTS 353 # define T_OBJECT_OPERATOR 354 # define T_DOUBLE_ARROW 355 # define T_LIST 356 # define T_ARRAY 357 # define T_CLASS_C 358 # define T_METHOD_C 359 # define T_FUNC_C 360 # define T_LINE 361 # define T_FILE 362 # define T_COMMENT 363 # define T_DOC_COMMENT 364 # define T_OPEN_TAG 365 # define T_OPEN_TAG_WITH_ECHO 366 # define T_CLOSE_TAG 367 # define T_WHITESPACE 368 # define T_START_HEREDOC 369 # define T_END_HEREDOC 370 # define T_DOLLAR_OPEN_CURLY_BRACES 371 # define T_CURLY_OPEN 372 # define T_PAAMAYIM_NEKUDOTAYIM 373 #endif /* not BISON_ZEND_ZEND_LANGUAGE_PARSER_H */