Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DLexer.php41 public const STATE_BLOCK = 1; define in Twig\\Lexer
181 case self::STATE_BLOCK:
261 $this->pushState(self::STATE_BLOCK);
303 …throw new SyntaxError(sprintf('Unclosed "%s".', self::STATE_BLOCK === $this->state ? 'block' : 'va…