Searched refs:statusStack (Results 1 – 1 of 1) sorted by relevance
37 private $statusStack = []; variable in Twig\\NodeVisitor\\EscaperNodeVisitor58 $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];