Lines Matching refs:const

8     const EMPTY = 'empty';
9 const CALLABLE = 'callable';
10 const TRAIT = 'trait';
11 const EXTENDS = 'extends';
12 const IMPLEMENTS = 'implements';
13 const STATIC = 'static';
14 const ABSTRACT = 'abstract';
15 const FINAL = 'final';
16 const PUBLIC = 'public';
17 const PROTECTED = 'protected';
18 const PRIVATE = 'private';
19 const CONST = 'const';
20 const ENDDECLARE = 'enddeclare';
21 const ENDFOR = 'endfor';
22 const ENDFOREACH = 'endforeach';
23 const ENDIF = 'endif';
24 const ENDWHILE = 'endwhile';
25 const AND = 'and';
26 const GLOBAL = 'global';
27 const GOTO = 'goto';
28 const INSTANCEOF = 'instanceof';
29 const INSTEADOF = 'insteadof';
30 const INTERFACE = 'interface';
31 const NAMESPACE = 'namespace';
32 const NEW = 'new';
33 const OR = 'or';
34 const XOR = 'xor';
35 const TRY = 'try';
36 const USE = 'use';
37 const VAR = 'var';
38 const EXIT = 'exit';
39 const LIST = 'list';
40 const CLONE = 'clone';
41 const INCLUDE = 'include';
42 const INCLUDE_ONCE = 'include_once';
43 const THROW = 'throw';
44 const ARRAY = 'array';
45 const PRINT = 'print';
46 const ECHO = 'echo';
47 const REQUIRE = 'require';
48 const REQUIRE_ONCE = 'require_once';
49 const RETURN = 'return';
50 const ELSE = 'else';
51 const ELSEIF = 'elseif';
52 const DEFAULT = 'default';
53 const BREAK = 'break';
54 const CONTINUE = 'continue';
55 const SWITCH = 'switch';
56 const YIELD = 'yield';
57 const FUNCTION = 'function';
58 const FN = 'fn';
59 const IF = 'if';
60 const ENDSWITCH = 'endswitch';
61 const FINALLY = 'finally';
62 const FOR = 'for';
63 const FOREACH = 'foreach';
64 const DECLARE = 'declare';
65 const CASE = 'case';
66 const DO = 'do';
67 const WHILE = 'while';
68 const AS = 'as';
69 const CATCH = 'catch';
70 const DIE = 'die';
71 const SELF = 'self';
72 const PARENT = 'parent';
73 const ISSET = 'isset';
74 const UNSET = 'unset';
75 const __CLASS__ = '__CLASS__';
76 const __TRAIT__ = '__TRAIT__';
77 const __FUNCTION__ = '__FUNCTION__';
78 const __METHOD__ = '__METHOD__';
79 const __LINE__ = '__LINE__';
80 const __FILE__ = '__FILE__';
81 const __DIR__ = '__DIR__';
82 const __NAMESPACE__ = '__NAMESPACE__';
175 const