Searched refs:statusStack (Results 1 – 1 of 1) sorted by relevance
33 protected $statusStack = []; variable in Twig\\NodeVisitor\\EscaperNodeVisitor54 $this->statusStack[] = $node->getAttribute('value');56 …$this->statusStack[] = isset($this->blocks[$node->getAttribute('name')]) ? $this->blocks[$node->ge…77 array_pop($this->statusStack);144 if (\count($this->statusStack)) {145 return $this->statusStack[\count($this->statusStack) - 1];