parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo " "; } public function getTemplateName() { return "server/databases/create.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 112 => 49, 108 => 47, 106 => 46, 103 => 45, 101 => 41, 93 => 37, 91 => 36, 87 => 35, 84 => 34, 82 => 33, 76 => 30, 73 => 29, 71 => 27, 70 => 24, 69 => 23, 68 => 22, 64 => 21, 59 => 19, 56 => 18, 52 => 16, 50 => 15, 45 => 13, 39 => 10, 36 => 9, 34 => 8, 30 => 7, 25 => 4, 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("", "server/databases/create.twig", "/var/www/html/phpMyAdmin/templates/server/databases/create.twig"); } }