parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 if ((($context["is_zip"] ?? null) || ($context["is_gzip"] ?? null))) { // line 2 echo "
  • "; } else { // line 23 echo " env, ($context["selected_compression"] ?? null), "html", null, true); echo "\"> "; } } public function getTemplateName() { return "display/export/options_output_compression.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 80 => 23, 75 => 20, 71 => 18, 69 => 17, 65 => 16, 63 => 15, 60 => 14, 56 => 12, 54 => 11, 50 => 10, 48 => 9, 46 => 8, 42 => 7, 38 => 5, 36 => 4, 32 => 2, 30 => 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 Source("", "display/export/options_output_compression.twig", "/var/www/html/phpmyadmin/templates/display/export/options_output_compression.twig"); } }