Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php39 protected $currentVarBlockLine; variable in Twig\\Lexer
201 $this->currentVarBlockLine = $this->lineno;
208 $this->currentVarBlockLine = $this->lineno;
242 …self::STATE_BLOCK === $this->state ? 'block' : 'variable'), $this->currentVarBlockLine, $this->sou…