Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DLexer.php44 public const STATE_BLOCK = 1; define in Twig\\Lexer
212 case self::STATE_BLOCK:
292 $this->pushState(self::STATE_BLOCK);
334 …throw new SyntaxError(\sprintf('Unclosed "%s".', self::STATE_BLOCK === $this->state ? 'block' : 'v…