parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo " "; } public function getTemplateName() { return "server/databases/create.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 123 => 49, 119 => 47, 117 => 46, 114 => 45, 112 => 41, 104 => 37, 102 => 36, 98 => 35, 95 => 34, 93 => 33, 87 => 30, 84 => 29, 82 => 27, 81 => 24, 80 => 23, 79 => 22, 75 => 21, 70 => 19, 67 => 18, 63 => 16, 61 => 15, 56 => 13, 50 => 10, 47 => 9, 45 => 8, 41 => 7, 36 => 4, 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("", "server/databases/create.twig", "/var/www/html/phpmyadmin/templates/server/databases/create.twig"); } }