Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php33 protected $statusStack = []; variable in Twig\\NodeVisitor\\EscaperNodeVisitor
54 $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];