Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DLexer.php199 $this->pushToken(/* Token::EOF_TYPE */ -1);
242 $this->pushToken(/* Token::TEXT_TYPE */ 0, $text);
260 $this->pushToken(/* Token::BLOCK_START_TYPE */ 1);
267 $this->pushToken(/* Token::VAR_START_TYPE */ 2);
277 $this->pushToken(/* Token::BLOCK_END_TYPE */ 3);
288 $this->pushToken(/* Token::VAR_END_TYPE */ 4);
309 $this->pushToken(Token::ARROW_TYPE, '=>');
319 $this->pushToken(/* Token::NAME_TYPE */ 5, $match[0]);
328 $this->pushToken(/* Token::NUMBER_TYPE */ 6, $number);
390 $this->pushToken(/* Token::TEXT_TYPE */ 0, $text);
[all …]