parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "
"; } public function getTemplateName() { return "database/search/selection_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 124 => 58, 117 => 54, 114 => 52, 112 => 51, 109 => 50, 103 => 45, 94 => 42, 90 => 41, 86 => 40, 82 => 39, 77 => 36, 75 => 35, 71 => 33, 69 => 32, 63 => 29, 57 => 25, 55 => 22, 54 => 21, 52 => 19, 50 => 17, 46 => 15, 39 => 11, 36 => 9, 34 => 8, 28 => 5, 23 => 3, 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("", "database/search/selection_form.twig", "/var/www/html/phpMyAdmin/templates/database/search/selection_form.twig"); } }