Searched refs:T_USE (Results 1 – 7 of 7) sorted by relevance
33 T_USE: "use"
85 echo token_name(T_USE), "\n";210 T_USE
86 case T_USE: return "T_USE"; in get_token_type_name()
299 const T_USE = UNKNOWN; define
64 REGISTER_LONG_CONSTANT("T_USE", T_USE, CONST_PERSISTENT); in register_tokenizer_data_symbols()
148 %token <ident> T_USE "'use'"308 …| T_THROW | T_USE | T_INSTEADOF | T_GLOBAL | T_VAR | T_UNSET | T_ISSET | T_EMPTY | T_CONTINUE | T_…412 | T_USE mixed_group_use_declaration ';' { $$ = $2; }413 | T_USE use_type group_use_declaration ';' { $$ = $3; $$->attr = $2; }414 | T_USE use_declarations ';' { $$ = $2; $$->attr = ZEND_SYMBOL_CLASS; }415 | T_USE use_type use_declarations ';' { $$ = $3; $$->attr = $2; }968 | T_USE class_name_list trait_adaptations1376 | T_USE '(' lexical_var_list possible_comma ')' { $$ = $3; }
1685 RETURN_TOKEN_WITH_IDENT(T_USE); in lex_scan()
Completed in 28 milliseconds