Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DCompiler.php29 private $didUseEcho = false; variable in Twig\\Compiler
70 $this->didUseEchoStack[] = $this->didUseEcho;
73 $this->didUseEcho = false;
76 if ($this->didUseEcho) {
77 …n "%s", then flag the class with #[\Twig\Attribute\YieldReady].', $this->didUseEcho, $node::class);
82 $this->didUseEcho = array_pop($this->didUseEchoStack);
95 $this->didUseEchoStack[] = $this->didUseEcho;
98 $this->didUseEcho = false;
101 if ($this->didUseEcho) {
102 …n "%s", then flag the class with #[\Twig\Attribute\YieldReady].', $this->didUseEcho, $node::class);
[all …]