/home/desid573/tmp/pma_template_compiles_desid573/twig/ff
NameSizeModeActions
ff31a8efaaa0905836ea0b0580f455ee3f655e00350c40eb8ddd10257ccc8e3f.php28190644editdlrm
ff66f842908e7dc8f97a4fb707951ed7.php41410644editdlrm
ff3048f2b35c276f188098c1a0789e79fc89db6a0465beb2b45861bf711505b7.php28710644editdlrm
ffbecfb5f4f6bef690d8a7985f792fad.php226610644editdlrm
ffeb5f9e8978736781097cd02ce2eb606d5b71ca2e619c67763f1bb1c6b494a4.php35000644editdlrm
Edit: /home/desid573/tmp/pma_template_compiles_desid573/twig/ff/ff66f842908e7dc8f97a4fb707951ed7.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"); } }