/home/desid573/tmp/pma_template_compiles_desid573/twig/a4
Edit: /home/desid573/tmp/pma_template_compiles_desid573/twig/a4/a4fc601ed7132c47c0c6ec30b5110eba.php (2509B)
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 "
";
}
$_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");
}
}