Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php46 const T_EQUALS = 105; define in Doctrine\\Common\\Annotations\\DocLexer
66 '=' => self::T_EQUALS,
H A DDocParser.php1023 if (DocLexer::T_EQUALS === $peek['type']) {
1090 $this->match(DocLexer::T_EQUALS);
1156 if (DocLexer::T_EQUALS === $peek['type']
1166 $this->matchAny(array(DocLexer::T_EQUALS, DocLexer::T_COLON));