Home
last modified time | relevance | path

Searched refs:T_NAME_RELATIVE (Results 1 – 8 of 8) 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/lib/PhpParser/
H A DParserAbstract.php1219 $tokenMap[\T_NAME_RELATIVE] = static::T_NAME_RELATIVE;
/PHP-Parser/
H A Dphpstan-baseline.neon209 … "#^Access to undefined constant static\\(PhpParser\\\\ParserAbstract\\)\\:\\:T_NAME_RELATIVE\\.$#"
/PHP-Parser/grammar/
H A Dphp.y120 %token T_NAME_RELATIVE
1117 | T_NAME_RELATIVE { $$ = Name\Relative[substr($1, 10)]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php159 public const T_NAME_RELATIVE = 394; define in PhpParser\\Parser\\Php8
H A DPhp7.php159 public const T_NAME_RELATIVE = 394; define in PhpParser\\Parser\\Php7

Completed in 46 milliseconds