parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // 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 ( 103 => 32, 99 => 31, 91 => 25, 87 => 23, 82 => 20, 80 => 12, 77 => 20, 71 => 18, 65 => 16, 63 => 15, 58 => 14, 55 => 13, 53 => 12, 49 => 10, 43 => 7, 39 => 6, 33 => 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_rows.twig", "/usr/local/www/phpMyAdmin/templates/display/export/options_rows.twig"); } }