parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "
"; } public function getTemplateName() { return "display/export/options_output.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 126 => 53, 124 => 51, 118 => 47, 113 => 44, 107 => 42, 105 => 41, 100 => 39, 97 => 38, 91 => 36, 89 => 35, 84 => 33, 81 => 32, 75 => 30, 73 => 29, 69 => 27, 67 => 26, 62 => 24, 58 => 21, 51 => 17, 46 => 15, 42 => 12, 40 => 11, 35 => 8, 33 => 7, 28 => 5, 22 => 2, 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("", "display/export/options_output.twig", "/var/www/html/phpMyAdmin/templates/display/export/options_output.twig"); } }