source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "

"; // line 3 echo _gettext("Analyze table"); // line 4 echo " "; echo \PhpMyAdmin\Html\MySQLDocumentation::show("ANALYZE_TABLE"); echo "

"; // line 7 echo ($context["message"] ?? null); echo " "; // line 9 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null)); foreach ($context['_seq'] as $context["name"] => $context["table"]) { // line 10 echo "
"; // line 11 echo twig_escape_filter($this->env, $context["name"], "html", null, true); echo "
"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['name'], $context['table'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 39 echo "
"; } public function getTemplateName() { return "table/maintenance/analyze.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 130 => 39, 122 => 36, 113 => 33, 105 => 31, 101 => 28, 98 => 26, 96 => 25, 94 => 24, 92 => 23, 90 => 22, 88 => 21, 86 => 20, 83 => 19, 77 => 17, 75 => 16, 72 => 15, 68 => 14, 62 => 11, 59 => 10, 55 => 9, 50 => 7, 43 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "table/maintenance/analyze.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/table/maintenance/analyze.twig"); } }