source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
  • env, ($context["export_type"] ?? null), "html", null, true); echo "\""; // line 4 echo ((($context["is_checked"] ?? null)) ? (" checked") : ("")); echo ">
  • "; } public function getTemplateName() { return "display/export/options_output_separate_files.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 63 => 11, 60 => 10, 57 => 9, 54 => 8, 51 => 7, 49 => 6, 44 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "display/export/options_output_separate_files.twig", "/usr/local/www/phpMyAdmin/templates/display/export/options_output_separate_files.twig"); } }