Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php41 const T_IDENTIFIER = 100; define in Doctrine\\Common\\Annotations\\DocLexer
130 return self::T_IDENTIFIER;
H A DDocParser.php48 DocLexer::T_IDENTIFIER,
1045 if ($this->lexer->isNextToken(DocLexer::T_IDENTIFIER)) {
1087 $this->match(DocLexer::T_IDENTIFIER);
1159 if ($this->lexer->isNextToken(DocLexer::T_IDENTIFIER)) {