Searched refs:T_CONST (Results 1 – 9 of 9) sorted by relevance
32 L3: T_CONST const37 L4: T_CONST const48 L5: T_CONST const
73 L11: T_CONST const
83 echo token_name(T_CONST), "\n";208 T_CONST
80 case T_CONST: return "T_CONST"; in get_token_type_name()
269 const T_CONST = UNKNOWN; define
58 REGISTER_LONG_CONSTANT("T_CONST", T_CONST, CONST_PERSISTENT); in register_tokenizer_data_symbols()
142 %token <ident> T_CONST "'const'"309 …| T_FUNCTION | T_CONST | T_RETURN | T_PRINT | T_YIELD | T_LIST | T_SWITCH | T_ENDSWITCH | T_CASE |…416 | T_CONST const_list ';' { $$ = $2; }421 | T_CONST { $$ = ZEND_SYMBOL_CONST; }952 | class_const_modifiers T_CONST class_const_list ';'955 | class_const_modifiers T_CONST type_expr class_const_list ';'
1402 RETURN_TOKEN_WITH_IDENT(T_CONST); in lex_scan()
1997 } else if (ast->attr == T_CONST) { in zend_ast_export_ex()
Completed in 46 milliseconds