Searched refs:T_AS (Results 1 – 7 of 7) sorted by relevance
42 T_AS: "as"
75 echo token_name(T_AS), "\n";200 T_AS
69 case T_AS: return "T_AS"; in get_token_type_name()
214 const T_AS = UNKNOWN; define
47 REGISTER_LONG_CONSTANT("T_AS", T_AS, CONST_PERSISTENT); in register_tokenizer_data_symbols()
131 %token <ident> T_AS "'as'"307 …| T_FOR | T_ENDFOR | T_FOREACH | T_ENDFOREACH | T_DECLARE | T_ENDDECLARE | T_AS | T_TRY | T_CATCH …468 | namespace_name T_AS T_STRING475 | legacy_namespace_name T_AS T_STRING523 | T_FOREACH '(' expr T_AS foreach_variable ')' foreach_statement525 | T_FOREACH '(' expr T_AS foreach_variable T_DOUBLE_ARROW foreach_variable ')'1001 trait_method_reference T_AS T_STRING1003 | trait_method_reference T_AS reserved_non_modifiers1007 | trait_method_reference T_AS member_modifier identifier1012 | trait_method_reference T_AS member_modifier
1497 RETURN_TOKEN_WITH_IDENT(T_AS); in lex_scan()
Completed in 17 milliseconds