/home/desid573/tmp/pma_template_compiles_desid573/twig/3b
NameSizeModeActions
3baae9e579ada40aba465fc5ba9ef86bd4444790b625455d12c5f556fa5b5603.php59190644editdlrm
3bbfb733dba095d4e9e18b1a57f676dd723907bd512a7de8d429a18fa280fbdb.php23820644editdlrm
3bdc21a002bb68904fd27e5c8c20e32d.php41410644editdlrm
3bf8a6b93e8c4961d320a65db6c6f551428da6ae8b8e0c87200629b4ddad332d.php26600644editdlrm
Edit: /home/desid573/tmp/pma_template_compiles_desid573/twig/3b/3bdc21a002bb68904fd27e5c8c20e32d.php (4141B)
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(["db" => // line 3 ($context["db"] ?? null), "table" => // line 4 ($context["table"] ?? null), "selected" => // line 5 ($context["selected"] ?? null), "original_sql_query" => // line 6 ($context["sql_query"] ?? null), "fk_checks" => "0"]); // line 8 yield "
"; yield _gettext("Do you really want to execute the following query?"); // line 13 yield "
    "; // line 16 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["selected"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["row"]) { // line 17 yield "
  • DELETE FROM "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(PhpMyAdmin\Util::backquote(($context["table"] ?? null)), "html", null, true); yield " WHERE "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["row"], "html", null, true); yield ";
  • "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 19 yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "table/delete/confirm.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 98 => 29, 94 => 28, 88 => 25, 83 => 24, 76 => 19, 65 => 17, 61 => 16, 56 => 13, 49 => 8, 47 => 6, 46 => 5, 45 => 4, 44 => 3, 43 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "table/delete/confirm.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/delete/confirm.twig"); } }