Home
last modified time | relevance | path

Searched refs:EOF_TYPE (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DParserTest.php43 new Token(Token::EOF_TYPE, '', 1),
59 new Token(Token::EOF_TYPE, '', 1),
147 new Token(Token::EOF_TYPE, '', 1),
205 new Token(Token::EOF_TYPE, '', 1),
H A DTokenStreamTest.php29 new Token(Token::EOF_TYPE, 0, 1),
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DToken.php28 const EOF_TYPE = -1; define in Twig\\Token
121 case self::EOF_TYPE:
177 case self::EOF_TYPE:
H A DTokenStream.php146 return Token::EOF_TYPE === $this->tokens[$this->current]->getType();
H A DLexer.php143 $this->pushToken(Token::EOF_TYPE);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst42 * ``\Twig\Token::EOF_TYPE``: Ends of template.
66 EOF_TYPE()