Searched refs:T_EQUALS (Results 1 – 2 of 2) sorted by relevance
46 const T_EQUALS = 105; define in Doctrine\\Common\\Annotations\\DocLexer66 '=' => self::T_EQUALS,
1023 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));