Searched refs:T_USE (Results 1 – 7 of 7) sorted by relevance
33 T_USE: "use"
85 echo token_name(T_USE), "\n";209 T_USE
88 case T_USE: return "T_USE"; in get_token_type_name()
299 const T_USE = UNKNOWN; define
66 REGISTER_LONG_CONSTANT("T_USE", T_USE, CONST_PERSISTENT); in register_tokenizer_data_symbols()
148 %token <ident> T_USE "'use'"303 …| T_THROW | T_USE | T_INSTEADOF | T_GLOBAL | T_VAR | T_UNSET | T_ISSET | T_EMPTY | T_CONTINUE | T_…406 | T_USE mixed_group_use_declaration ';' { $$ = $2; }407 | T_USE use_type group_use_declaration ';' { $$ = $3; $$->attr = $2; }408 | T_USE use_declarations ';' { $$ = $2; $$->attr = ZEND_SYMBOL_CLASS; }409 | T_USE use_type use_declarations ';' { $$ = $3; $$->attr = $2; }949 | T_USE class_name_list trait_adaptations1267 | T_USE '(' lexical_var_list possible_comma ')' { $$ = $3; }
1675 RETURN_TOKEN_WITH_IDENT(T_USE); in lex_scan()
Completed in 21 milliseconds