source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "{\$a}"; } public function getTemplateName() { return "@base/Index/testPage.html"; } public function getDebugInfo() { return array ( 35 => 1,); } public function getSourceContext() { return new Source("{\$a}", "@base/Index/testPage.html", "D:\\www\\TOP\\application\\home\\view\\Index\\testPage.html"); } }