/
home
/
desid573
/
tmp
/
pma_template_compiles_desid573
/
twig
/
af
/
/home/desid573/tmp/pma_template_compiles_desid573/twig/af
mkdir
upload
Name
Size
Mode
Actions
af6af09245b6c0b2851cf91bd25af7cebfe9797d260fa7cc4335ab20f9b3aacb.php
4012
0644
edit
dl
rm
af6dd1f6871b54f086eb95e1abc703a0e92824251df6a715be3d3628d2bd3143.php
23346
0644
edit
dl
rm
af21d6d93ec1312843e3523d45313517.php
14656
0644
edit
dl
rm
afa81ff97d2424c5a13db6e43971cb716645566bd8d5c987da242dddf3f79817.php
2819
0644
edit
dl
rm
afe4670690c23b2d06d2339ff05dda4d.php
2094
0644
edit
dl
rm
Edit:
/home/desid573/tmp/pma_template_compiles_desid573/twig/af/afe4670690c23b2d06d2339ff05dda4d.php
(2094B)
<?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/search/column_comparison_operators.twig */ class __TwigTemplate_6c9e1d4771e53c16c8441dc0002e130f 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 "<select class=\"column-operator\" id=\"ColumnOperator"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["search_index"] ?? null), "html", null, true); yield "\" name=\"criteriaColumnOperators["; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["search_index"] ?? null), "html", null, true); yield "]\"> "; // line 2 yield ($context["type_operators"] ?? null); yield " </select> "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "table/search/column_comparison_operators.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 45 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "table/search/column_comparison_operators.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/search/column_comparison_operators.twig"); } }
Save
cmd:
run