Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DEscaperNodeVisitor.php37 private $statusStack = []; variable in Twig\\NodeVisitor\\EscaperNodeVisitor
58 $this->statusStack[] = $node->getAttribute('value');
60 … $this->statusStack[] = $this->blocks[$node->getAttribute('name')] ?? $this->needEscaping();
88 array_pop($this->statusStack);
165 if (\count($this->statusStack)) {
166 return $this->statusStack[\count($this->statusStack) - 1];