parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; } public function getTemplateName() { return "database/search/selection_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 135 => 58, 128 => 54, 125 => 52, 123 => 51, 120 => 50, 114 => 45, 105 => 42, 101 => 41, 97 => 40, 93 => 39, 88 => 36, 86 => 35, 82 => 33, 80 => 32, 74 => 29, 68 => 25, 66 => 22, 65 => 21, 63 => 19, 61 => 17, 57 => 15, 50 => 11, 47 => 9, 45 => 8, 39 => 5, 34 => 3, 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("", "database/search/selection_form.twig", "/usr/local/www/phpMyAdmin/templates/database/search/selection_form.twig"); } }