Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DLexer.php38 private $currentVarBlockLine; variable in Twig\\Lexer
262 $this->currentVarBlockLine = $this->lineno;
269 $this->currentVarBlockLine = $this->lineno;
303 …self::STATE_BLOCK === $this->state ? 'block' : 'variable'), $this->currentVarBlockLine, $this->sou…