File: language-parser.tab.h

package info (click to toggle)
php3 1%3A3.0.5-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 8,348 kB
  • ctags: 9,086
  • sloc: ansic: 76,362; sh: 2,333; php: 1,329; yacc: 1,148; makefile: 970; perl: 763; cpp: 529; awk: 90; sql: 11
file content (89 lines) | stat: -rw-r--r-- 1,951 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
#ifndef YYSTYPE
#define YYSTYPE int
#endif
#define	LOGICAL_OR	258
#define	LOGICAL_XOR	259
#define	LOGICAL_AND	260
#define	PHP_PRINT	261
#define	PLUS_EQUAL	262
#define	MINUS_EQUAL	263
#define	MUL_EQUAL	264
#define	DIV_EQUAL	265
#define	CONCAT_EQUAL	266
#define	MOD_EQUAL	267
#define	AND_EQUAL	268
#define	OR_EQUAL	269
#define	XOR_EQUAL	270
#define	SHIFT_LEFT_EQUAL	271
#define	SHIFT_RIGHT_EQUAL	272
#define	BOOLEAN_OR	273
#define	BOOLEAN_AND	274
#define	IS_EQUAL	275
#define	IS_NOT_EQUAL	276
#define	IS_SMALLER_OR_EQUAL	277
#define	IS_GREATER_OR_EQUAL	278
#define	SHIFT_LEFT	279
#define	SHIFT_RIGHT	280
#define	INCREMENT	281
#define	DECREMENT	282
#define	INT_CAST	283
#define	DOUBLE_CAST	284
#define	STRING_CAST	285
#define	ARRAY_CAST	286
#define	OBJECT_CAST	287
#define	NEW	288
#define	EXIT	289
#define	IF	290
#define	ELSEIF	291
#define	ELSE	292
#define	ENDIF	293
#define	LNUMBER	294
#define	DNUMBER	295
#define	STRING	296
#define	NUM_STRING	297
#define	INLINE_HTML	298
#define	CHARACTER	299
#define	BAD_CHARACTER	300
#define	ENCAPSED_AND_WHITESPACE	301
#define	PHP_ECHO	302
#define	DO	303
#define	WHILE	304
#define	ENDWHILE	305
#define	FOR	306
#define	ENDFOR	307
#define	SWITCH	308
#define	ENDSWITCH	309
#define	CASE	310
#define	DEFAULT	311
#define	BREAK	312
#define	CONTINUE	313
#define	CONTINUED_WHILE	314
#define	CONTINUED_DOWHILE	315
#define	CONTINUED_FOR	316
#define	OLD_FUNCTION	317
#define	FUNCTION	318
#define	IC_FUNCTION	319
#define	PHP_CONST	320
#define	RETURN	321
#define	INCLUDE	322
#define	REQUIRE	323
#define	HIGHLIGHT_FILE	324
#define	HIGHLIGHT_STRING	325
#define	PHP_GLOBAL	326
#define	PHP_STATIC	327
#define	PHP_UNSET	328
#define	PHP_ISSET	329
#define	PHP_EMPTY	330
#define	CLASS	331
#define	EXTENDS	332
#define	PHP_CLASS_OPERATOR	333
#define	PHP_DOUBLE_ARROW	334
#define	PHP_LIST	335
#define	PHP_ARRAY	336
#define	VAR	337
#define	EVAL	338
#define	DONE_EVAL	339
#define	PHP_LINE	340
#define	PHP_FILE	341
#define	STRING_CONSTANT	342