Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php36 const T_INTEGER = 2; define in Doctrine\\Common\\Annotations\\DocLexer
142 ? self::T_FLOAT : self::T_INTEGER;
H A DDocParser.php1054 case DocLexer::T_INTEGER:
1055 $this->match(DocLexer::T_INTEGER);
1162 $this->matchAny(array(DocLexer::T_INTEGER, DocLexer::T_STRING));