Searched refs:T_NAMESPACE_SEPARATOR (Results 1 – 2 of 2) sorted by relevance
48 const T_NAMESPACE_SEPARATOR = 107; define in Doctrine\\Common\\Annotations\\DocLexer69 '\\' => self::T_NAMESPACE_SEPARATOR
656 …|| (DocLexer::T_NAMESPACE_SEPARATOR !== $peek['type'] && !in_array($peek['type'], self::$classIden…1003 && $this->lexer->isNextToken(DocLexer::T_NAMESPACE_SEPARATOR)) {1005 $this->match(DocLexer::T_NAMESPACE_SEPARATOR);