Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php38 const T_FLOAT = 4; define in Doctrine\\Common\\Annotations\\DocLexer
142 ? self::T_FLOAT : self::T_INTEGER;
H A DDocParser.php1058 case DocLexer::T_FLOAT:
1059 $this->match(DocLexer::T_FLOAT);