home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Magazine / HomeAutomation / Apache / include / php / Zend / zend-parser.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-28  |  2.4 KB  |  108 lines

  1. #ifndef YYSTYPE
  2. #define YYSTYPE int
  3. #endif
  4. #define    T_INCLUDE    257
  5. #define    T_INCLUDE_ONCE    258
  6. #define    T_EVAL    259
  7. #define    T_LOGICAL_OR    260
  8. #define    T_LOGICAL_XOR    261
  9. #define    T_LOGICAL_AND    262
  10. #define    T_PRINT    263
  11. #define    T_PLUS_EQUAL    264
  12. #define    T_MINUS_EQUAL    265
  13. #define    T_MUL_EQUAL    266
  14. #define    T_DIV_EQUAL    267
  15. #define    T_CONCAT_EQUAL    268
  16. #define    T_MOD_EQUAL    269
  17. #define    T_AND_EQUAL    270
  18. #define    T_OR_EQUAL    271
  19. #define    T_XOR_EQUAL    272
  20. #define    T_SL_EQUAL    273
  21. #define    T_SR_EQUAL    274
  22. #define    T_BOOLEAN_OR    275
  23. #define    T_BOOLEAN_AND    276
  24. #define    T_IS_EQUAL    277
  25. #define    T_IS_NOT_EQUAL    278
  26. #define    T_IS_IDENTICAL    279
  27. #define    T_IS_NOT_IDENTICAL    280
  28. #define    T_IS_SMALLER_OR_EQUAL    281
  29. #define    T_IS_GREATER_OR_EQUAL    282
  30. #define    T_SL    283
  31. #define    T_SR    284
  32. #define    T_INC    285
  33. #define    T_DEC    286
  34. #define    T_INT_CAST    287
  35. #define    T_DOUBLE_CAST    288
  36. #define    T_STRING_CAST    289
  37. #define    T_ARRAY_CAST    290
  38. #define    T_OBJECT_CAST    291
  39. #define    T_BOOL_CAST    292
  40. #define    T_UNSET_CAST    293
  41. #define    T_NEW    294
  42. #define    T_EXIT    295
  43. #define    T_IF    296
  44. #define    T_ELSEIF    297
  45. #define    T_ELSE    298
  46. #define    T_ENDIF    299
  47. #define    T_LNUMBER    300
  48. #define    T_DNUMBER    301
  49. #define    T_STRING    302
  50. #define    T_STRING_VARNAME    303
  51. #define    T_VARIABLE    304
  52. #define    T_NUM_STRING    305
  53. #define    T_INLINE_HTML    306
  54. #define    T_CHARACTER    307
  55. #define    T_BAD_CHARACTER    308
  56. #define    T_ENCAPSED_AND_WHITESPACE    309
  57. #define    T_CONSTANT_ENCAPSED_STRING    310
  58. #define    T_ECHO    311
  59. #define    T_DO    312
  60. #define    T_WHILE    313
  61. #define    T_ENDWHILE    314
  62. #define    T_FOR    315
  63. #define    T_ENDFOR    316
  64. #define    T_FOREACH    317
  65. #define    T_ENDFOREACH    318
  66. #define    T_DECLARE    319
  67. #define    T_ENDDECLARE    320
  68. #define    T_AS    321
  69. #define    T_SWITCH    322
  70. #define    T_ENDSWITCH    323
  71. #define    T_CASE    324
  72. #define    T_DEFAULT    325
  73. #define    T_BREAK    326
  74. #define    T_CONTINUE    327
  75. #define    T_OLD_FUNCTION    328
  76. #define    T_FUNCTION    329
  77. #define    T_CONST    330
  78. #define    T_RETURN    331
  79. #define    T_REQUIRE    332
  80. #define    T_REQUIRE_ONCE    333
  81. #define    T_USE    334
  82. #define    T_GLOBAL    335
  83. #define    T_STATIC    336
  84. #define    T_VAR    337
  85. #define    T_UNSET    338
  86. #define    T_ISSET    339
  87. #define    T_EMPTY    340
  88. #define    T_CLASS    341
  89. #define    T_EXTENDS    342
  90. #define    T_OBJECT_OPERATOR    343
  91. #define    T_DOUBLE_ARROW    344
  92. #define    T_LIST    345
  93. #define    T_ARRAY    346
  94. #define    T_LINE    347
  95. #define    T_FILE    348
  96. #define    T_COMMENT    349
  97. #define    T_ML_COMMENT    350
  98. #define    T_OPEN_TAG    351
  99. #define    T_OPEN_TAG_WITH_ECHO    352
  100. #define    T_CLOSE_TAG    353
  101. #define    T_WHITESPACE    354
  102. #define    T_START_HEREDOC    355
  103. #define    T_END_HEREDOC    356
  104. #define    T_DOLLAR_OPEN_CURLY_BRACES    357
  105. #define    T_CURLY_OPEN    358
  106. #define    T_PAAMAYIM_NEKUDOTAYIM    359
  107.  
  108.