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