Searched refs:T_NAME_RELATIVE (Results 1 – 6 of 6) sorted by relevance
81 [\T_NAME_RELATIVE, 'namespace\Foo\Bar'],92 [\T_NAME_RELATIVE, 'namespace\fn\use'],
198 $id = \T_NAME_RELATIVE;
22 …`T_NAME_RELATIVE` tokens, rather than the previous representation using a sequence of `T_STRING` a…
124 %token T_NAME_RELATIVE1172 | T_NAME_RELATIVE { $$ = Name\Relative[substr($1, 10)]; }
163 public const T_NAME_RELATIVE = 398; define in PhpParser\\Parser\\Php7
163 public const T_NAME_RELATIVE = 398; define in PhpParser\\Parser\\Php8
Completed in 32 milliseconds