Home
last modified time | relevance | path

Searched refs:T_NAMESPACE_SEPARATOR (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php48 const T_NAMESPACE_SEPARATOR = 107; define in Doctrine\\Common\\Annotations\\DocLexer
69 '\\' => self::T_NAMESPACE_SEPARATOR
H A DDocParser.php656 …|| (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);