Searched refs:T_AS (Results 1 – 7 of 7) sorted by relevance
42 T_AS: "as"
75 echo token_name(T_AS), "\n";199 T_AS
71 case T_AS: return "T_AS"; in get_token_type_name()
214 const T_AS = UNKNOWN; define
49 REGISTER_LONG_CONSTANT("T_AS", T_AS, CONST_PERSISTENT); in register_tokenizer_data_symbols()
131 %token <ident> T_AS "'as'"301 …| T_FOR | T_ENDFOR | T_FOREACH | T_ENDFOREACH | T_DECLARE | T_ENDDECLARE | T_AS | T_TRY | T_CATCH …461 | namespace_name T_AS T_STRING468 | legacy_namespace_name T_AS T_STRING516 | T_FOREACH '(' expr T_AS foreach_variable ')' foreach_statement518 | T_FOREACH '(' expr T_AS foreach_variable T_DOUBLE_ARROW foreach_variable ')'991 trait_method_reference T_AS T_STRING993 | trait_method_reference T_AS reserved_non_modifiers997 | trait_method_reference T_AS member_modifier identifier1002 | trait_method_reference T_AS member_modifier
1497 RETURN_TOKEN_WITH_IDENT(T_AS); in lex_scan()
Completed in 40 milliseconds