Searched refs:EOF_TYPE (Results 1 – 6 of 6) sorted by relevance
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | ParserTest.php | 43 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 D | TokenStreamTest.php | 29 new Token(Token::EOF_TYPE, 0, 1),
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Token.php | 28 const EOF_TYPE = -1; define in Twig\\Token 121 case self::EOF_TYPE: 177 case self::EOF_TYPE:
|
H A D | TokenStream.php | 146 return Token::EOF_TYPE === $this->tokens[$this->current]->getType();
|
H A D | Lexer.php | 143 $this->pushToken(Token::EOF_TYPE);
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | internals.rst | 42 * ``\Twig\Token::EOF_TYPE``: Ends of template. 66 EOF_TYPE()
|