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'"302 …| T_FOR | T_ENDFOR | T_FOREACH | T_ENDFOREACH | T_DECLARE | T_ENDDECLARE | T_AS | T_TRY | T_CATCH …462 | namespace_name T_AS T_STRING469 | legacy_namespace_name T_AS T_STRING517 | T_FOREACH '(' expr T_AS foreach_variable ')' foreach_statement519 | T_FOREACH '(' expr T_AS foreach_variable T_DOUBLE_ARROW foreach_variable ')'982 trait_method_reference T_AS T_STRING984 | trait_method_reference T_AS reserved_non_modifiers988 | trait_method_reference T_AS member_modifier identifier990 | trait_method_reference T_AS member_modifier
1487 RETURN_TOKEN_WITH_IDENT(T_AS); in lex_scan()
Completed in 17 milliseconds