Home
last modified time | relevance | path

Searched refs:T_NAME_RELATIVE (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DLexerTest.php81 [\T_NAME_RELATIVE, 'namespace\Foo\Bar'],
92 [\T_NAME_RELATIVE, 'namespace\fn\use'],
/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php198 $id = \T_NAME_RELATIVE;
/PHP-Parser/doc/component/
H A DLexer.markdown22 …`T_NAME_RELATIVE` tokens, rather than the previous representation using a sequence of `T_STRING` a…
/PHP-Parser/grammar/
H A Dphp.y124 %token T_NAME_RELATIVE
1171 | T_NAME_RELATIVE { $$ = Name\Relative[substr($1, 10)]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php163 public const T_NAME_RELATIVE = 398; define in PhpParser\\Parser\\Php8
H A DPhp7.php163 public const T_NAME_RELATIVE = 398; define in PhpParser\\Parser\\Php7

Completed in 30 milliseconds