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

"; // line 2 echo _gettext("Rows:"); echo "

"; } public function getTemplateName() { return "display/export/options_rows.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 94 => 31, 90 => 30, 82 => 24, 78 => 22, 73 => 19, 70 => 18, 67 => 16, 65 => 15, 63 => 14, 61 => 13, 56 => 10, 50 => 7, 46 => 6, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "display/export/options_rows.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/display/export/options_rows.twig"); } }