parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; } public function getTemplateName() { return "server/binlog/log_selector.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 107 => 27, 103 => 25, 97 => 23, 95 => 22, 91 => 21, 87 => 20, 84 => 19, 77 => 17, 74 => 16, 72 => 15, 67 => 14, 65 => 13, 61 => 12, 57 => 11, 53 => 10, 49 => 9, 46 => 8, 44 => 7, 41 => 6, 39 => 5, 33 => 2, 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/binlog/log_selector.twig", "/usr/local/www/phpMyAdmin/templates/server/binlog/log_selector.twig"); } }