source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo " env, ($context["goto"] ?? null), "html", null, true); echo "\" /> "; // line 4 echo "env, ($context["pos"] ?? null), "html", null, true); echo "\" /> env, ($context["is_browse_distinct"] ?? null), "html", null, true); echo "\" /> "; // line 6 echo _gettext("Number of rows:"); // line 7 echo PhpMyAdmin\Util::getDropdown("session_max_rows", // line 9 ($context["number_of_rows_choices"] ?? null), // line 10 ($context["max_rows"] ?? null), "", "autosubmit", // line 13 ($context["number_of_rows_placeholder"] ?? null)); // line 14 echo " "; } public function getTemplateName() { return "display/results/additional_fields.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 62 => 14, 60 => 13, 59 => 10, 58 => 9, 57 => 7, 55 => 6, 51 => 5, 46 => 4, 42 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "display/results/additional_fields.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/display/results/additional_fields.twig"); } }