Home
last modified time | relevance | path

Searched refs:T_NS_SEPARATOR (Results 1 – 7 of 7) sorted by last modified time

/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php155 public const T_NS_SEPARATOR = 390; define in PhpParser\\Parser\\Php8
H A DPhp7.php155 public const T_NS_SEPARATOR = 390; define in PhpParser\\Parser\\Php7
/PHP-Parser/grammar/
H A Dphp.y116 %token T_NS_SEPARATOR
265 T_USE use_type legacy_namespace_name T_NS_SEPARATOR '{' unprefixed_use_declarations '}'
267 | T_USE legacy_namespace_name T_NS_SEPARATOR '{' inline_use_declarations '}'
/PHP-Parser/doc/component/
H A DLexer.markdown22 …okens, rather than the previous representation using a sequence of `T_STRING` and `T_NS_SEPARATOR`.
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php206 [\T_NS_SEPARATOR, '\\'],
/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php172 if (($id === \T_NS_SEPARATOR || isset(self::$identifierTokens[$id]))) {
174 $lastWasSeparator = $id === \T_NS_SEPARATOR;
182 if ($origTokens[$j][0] !== \T_NS_SEPARATOR) {
195 if ($id === \T_NS_SEPARATOR) {
/PHP-Parser/test/PhpParser/
H A DLexerTest.php83 [\T_NS_SEPARATOR, '\\'],
94 [\T_NS_SEPARATOR, '\\'],

Completed in 25 milliseconds