$name], $lineno); } public function compile(Compiler $compiler): void { if (null === $this->getAttribute('name')) { $this->setAttribute('name', $compiler->getVarName()); } $compiler->raw('$'.$this->getAttribute('name')); } }