Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DToken.php23 public const VAR_START_TYPE = 2; define in Twig\\Token
159 case self::VAR_START_TYPE:
211 case self::VAR_START_TYPE:
DParser.php184 case $this->stream->getCurrent()->test(Token::VAR_START_TYPE):
DLexer.php298 $this->pushToken(Token::VAR_START_TYPE);