Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php49 const T_OPEN_CURLY_BRACES = 108; define in Doctrine\\Common\\Annotations\\DocLexer
64 '{' => self::T_OPEN_CURLY_BRACES,
H A DDocParser.php1037 if ($this->lexer->isNextToken(DocLexer::T_OPEN_CURLY_BRACES)) {
1108 $this->match(DocLexer::T_OPEN_CURLY_BRACES);