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 (72 lines) | stat: -rw-r--r-- 1,513 bytes parent folder | download | duplicates (2)
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
#ifndef YYSTYPE
#define YYSTYPE int
#endif
#define	LOGICAL_OR	258
#define	LOGICAL_AND	259
#define	PLUS_EQUAL	260
#define	MINUS_EQUAL	261
#define	MUL_EQUAL	262
#define	DIV_EQUAL	263
#define	CONCAT_EQUAL	264
#define	MOD_EQUAL	265
#define	AND_EQUAL	266
#define	OR_EQUAL	267
#define	XOR_EQUAL	268
#define	BOOLEAN_OR	269
#define	BOOLEAN_AND	270
#define	IS_EQUAL	271
#define	IS_NOT_EQUAL	272
#define	IS_SMALLER_OR_EQUAL	273
#define	IS_GREATER_OR_EQUAL	274
#define	SHIFT_LEFT	275
#define	SHIFT_RIGHT	276
#define	INCREMENT	277
#define	DECREMENT	278
#define	INT_CAST	279
#define	DOUBLE_CAST	280
#define	STRING_CAST	281
#define	EXIT	282
#define	IF	283
#define	ELSEIF	284
#define	ELSE	285
#define	ENDIF	286
#define	LNUMBER	287
#define	DNUMBER	288
#define	STRING	289
#define	NUM_STRING	290
#define	INLINE_HTML	291
#define	CHAR	292
#define	ENCAPSED_AND_WHITESPACE	293
#define	PHPECHO	294
#define	PHPHEADER	295
#define	DO	296
#define	WHILE	297
#define	ENDWHILE	298
#define	FOR	299
#define	SWITCH	300
#define	ENDSWITCH	301
#define	CASE	302
#define	DEFAULT	303
#define	BREAK	304
#define	CONTINUE	305
#define	FUNCTION	306
#define	RETURN	307
#define	INCLUDE	308
#define	_INCLUDE	309
#define	SHOW_SOURCE	310
#define	PHP_GLOBAL	311
#define	PHP_STATIC	312
#define	PHP_UNSET	313
#define	PHP_ISSET	314
#define	CLASS	315
#define	EXTENDS	316
#define	PHP_CLASS_OPERATOR	317
#define	PHP_DOUBLE_ARROW	318
#define	PHP_LIST	319
#define	PHP_ARRAY	320
#define	NEW	321
#define	VAR	322
#define	EVAL	323
#define	DONE_EVAL	324
#define	END_PHP3	325