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

"; // line 6 echo _gettext("This report automatically includes data about the error and information about relevant configuration settings. It will be sent to the phpMyAdmin team for debugging the error."); // line 9 echo "

";
        // line 21
        echo (isset($context["report_data"]) ? $context["report_data"] : null);
        echo "
"; // line 30 echo (isset($context["hidden_inputs"]) ? $context["hidden_inputs"] : null); echo " "; // line 31 echo (isset($context["hidden_fields"]) ? $context["hidden_fields"] : null); echo "
"; } public function getTemplateName() { return "error/report_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 67 => 31, 63 => 30, 57 => 26, 55 => 25, 48 => 21, 45 => 20, 43 => 19, 35 => 13, 33 => 12, 28 => 9, 26 => 6, 19 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Twig_Source("", "error/report_form.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/error/report_form.twig"); } }