PATH:
home
/
cf7x
/
tmp
/
pma_template_compiles_cf7x
/
twig
/
8f
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* table/structure/primary.twig */ class __TwigTemplate_ace0993a8103c0d765ba4f3ec410b45d extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "<form action=\""; yield PhpMyAdmin\Url::getFromRoute("/table/structure/primary"); yield "\" method=\"post\"> "; // line 2 yield PhpMyAdmin\Url::getHiddenInputs(["db" => ($context["db"] ?? null), "table" => ($context["table"] ?? null), "selected" => ($context["selected"] ?? null)]); yield " <fieldset class=\"pma-fieldset confirmation\"> <legend> "; yield _gettext("Do you really want to execute the following query?"); // line 7 yield " </legend> <code> ALTER TABLE "; // line 10 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(PhpMyAdmin\Util::backquote(($context["table"] ?? null)), "html", null, true); yield "<br> DROP PRIMARY KEY,<br> ADD PRIMARY KEY(<br> "; // line 13 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["selected"] ?? null)); $context['loop'] = [ 'parent' => $context['_parent'], 'index0' => 0, 'index' => 1, 'first' => true, ]; if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { $length = count($context['_seq']); $context['loop']['revindex0'] = $length - 1; $context['loop']['revindex'] = $length; $context['loop']['length'] = $length; $context['loop']['last'] = 1 === $length; } foreach ($context['_seq'] as $context["_key"] => $context["field"]) { // line 14 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(PhpMyAdmin\Util::backquote($context["field"]), "html", null, true); // line 15 if ( !CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 15)) { yield ","; } yield "<br> "; ++$context['loop']['index0']; ++$context['loop']['index']; $context['loop']['first'] = false; if (isset($context['loop']['length'])) { --$context['loop']['revindex0']; --$context['loop']['revindex']; $context['loop']['last'] = 0 === $context['loop']['revindex0']; } } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 17 yield " ); </code> </fieldset> <fieldset class=\"pma-fieldset tblFooters\"> <input id=\"buttonYes\" class=\"btn btn-secondary\" type=\"submit\" name=\"mult_btn\" value=\""; yield _gettext("Yes"); // line 22 yield "\"> <input id=\"buttonNo\" class=\"btn btn-secondary\" type=\"submit\" name=\"mult_btn\" value=\""; yield _gettext("No"); // line 23 yield "\"> </fieldset> </form> "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "table/structure/primary.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 112 => 23, 108 => 22, 100 => 17, 82 => 15, 79 => 14, 62 => 13, 56 => 10, 51 => 7, 43 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "table/structure/primary.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/primary.twig"); } }
[+]
..
[-] 8fe883740577aaf1c9f41c5d0442b0ae.php
[open]
[-] 8fe9bcd0efdac85477e83e194de3afca.php
[open]