diff --git a/compilation_cache/95/95bf7fbd039647a9183a8e71885224a8cfc3ae2d98c822e4c3c7b028ae6f39e6.php b/compilation_cache/95/95bf7fbd039647a9183a8e71885224a8cfc3ae2d98c822e4c3c7b028ae6f39e6.php deleted file mode 100644 index d518c4c1079e95bd5b390295bbe71ebd6e137ac0..0000000000000000000000000000000000000000 --- a/compilation_cache/95/95bf7fbd039647a9183a8e71885224a8cfc3ae2d98c822e4c3c7b028ae6f39e6.php +++ /dev/null @@ -1,95 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo " - - - My Webpage - - - "; - // line 7 - echo twig_escape_filter($this->env, range(1, 5), "html", null, true); - echo " - - -

My Webpage

- "; - // line 15 - echo twig_escape_filter($this->env, ($context["a_variable"] ?? null), "html", null, true); - echo " - -"; - } - - public function getTemplateName() - { - return "index.html"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 70 => 15, 65 => 12, 54 => 10, 50 => 9, 45 => 7, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "index.html", "D:\\myphp_www\\PHPTutorial\\WWW\\yangchi\\gitee\\orm\\templates\\index.html"); - } -}