Searched refs:blockStack (Results 1 – 1 of 1) sorted by relevance
52 private $blockStack; variable in Twig\\Parser104 $this->blockStack = [];255 return $this->blockStack;263 return $this->blockStack[\count($this->blockStack) - 1] ?? null;268 array_pop($this->blockStack);273 $this->blockStack[] = $name;