/
home
/
desid573
/
tmp
/
pma_template_compiles_desid573
/
twig
/
a4
/
/home/desid573/tmp/pma_template_compiles_desid573/twig/a4
mkdir
upload
Name
Size
Mode
Actions
a4a48516dbda5cc7558784f4a7db29e8.php
9765
0644
edit
dl
rm
a4d1ef2fb57cfb167b0c66b43fc93cd43378c52345880fce7e98036bf4f29bf5.php
2901
0644
edit
dl
rm
a4fc601ed7132c47c0c6ec30b5110eba.php
2509
0644
edit
dl
rm
a47fe9e07c42fc463219633bd7b7f55baed9a9f21f5ef8588684e5e37e6d1820.php
17252
0644
edit
dl
rm
a49a944225d69636e60c581e17aaceefffebe40aeb5931afd4aaa3da6a0039b9.php
11591
0644
edit
dl
rm
a490dc3fe4b1efb2b1efc221735b789e.php
4863
0644
edit
dl
rm
Edit:
/home/desid573/tmp/pma_template_compiles_desid573/twig/a4/a4fc601ed7132c47c0c6ec30b5110eba.php
(2509B)
<?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; /* file_select_options.twig */ class __TwigTemplate_1ba6ab5c13f95aa9f0d2bd2c24b71f92 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 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["filesList"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["file"]) { // line 2 yield " <option value=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["file"], "html", null, true); yield "\""; if (($context["file"] == ($context["active"] ?? null))) { yield " selected=\"selected\""; } yield "> "; // line 3 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["file"], "html", null, true); yield " </option> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "file_select_options.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 51 => 3, 42 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "file_select_options.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/file_select_options.twig"); } }
Save
cmd:
run