Searched refs:T_INTEGER (Results 1 – 2 of 2) sorted by relevance
36 const T_INTEGER = 2; define in Doctrine\\Common\\Annotations\\DocLexer142 ? self::T_FLOAT : self::T_INTEGER;
1054 case DocLexer::T_INTEGER:1055 $this->match(DocLexer::T_INTEGER);1162 $this->matchAny(array(DocLexer::T_INTEGER, DocLexer::T_STRING));