/home/techb158/tmp/pma_template_compiles_techb158/twig/4b
NameSizeModeActions
4bda8f1c3446c4669c317baad5923caf.php67990644editdlrm
4be92043736d6e0072e523d3d6759484.php30550644editdlrm
Edit: /home/techb158/tmp/pma_template_compiles_techb158/twig/4b/4be92043736d6e0072e523d3d6759484.php (3055B)
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
"; // line 2 yield PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); yield "
"; yield _gettext("Do you really want to execute the following query?"); // line 7 yield " "; // line 9 yield ($context["full_query"] ?? null); yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "database/structure/drop_form.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 79 => 20, 75 => 19, 69 => 16, 64 => 15, 55 => 9, 51 => 7, 43 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "database/structure/drop_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/drop_form.twig"); } }