Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
tmp
/
twig
/
a7
/
//tmp/twig/a7/a74757841b0275e7585bcb6e8270e58a2dcb1363402c149829e9f93db744c21b.php
<?php /* columns_definitions/column_type.twig */ class __TwigTemplate_baf7b8bf0b3c5a4dc387c3080031a3a9cd7210bde5b85c5a88f8c2f37c06b83b extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<select class=\"column_type\" name=\"field_type["; // line 2 echo twig_escape_filter($this->env, (isset($context["column_number"]) ? $context["column_number"] : null), "html", null, true); echo "]\" id=\"field_"; // line 3 echo twig_escape_filter($this->env, (isset($context["column_number"]) ? $context["column_number"] : null), "html", null, true); echo "_"; echo twig_escape_filter($this->env, ((isset($context["ci"]) ? $context["ci"] : null) - (isset($context["ci_offset"]) ? $context["ci_offset"] : null)), "html", null, true); echo "\""; // line 4 if (($this->getAttribute((isset($context["column_meta"]) ? $context["column_meta"] : null), "column_status", [], "array", true, true) && !$this->getAttribute($this->getAttribute((isset($context["column_meta"]) ? $context["column_meta"] : null), "column_status", [], "array"), "isEditable", [], "array"))) { // line 5 echo "disabled=\"disabled\""; } // line 6 echo "> "; // line 7 echo PhpMyAdmin\Util::getSupportedDatatypes(true, (isset($context["type_upper"]) ? $context["type_upper"] : null)); echo " </select> "; } public function getTemplateName() { return "columns_definitions/column_type.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 39 => 7, 36 => 6, 33 => 5, 31 => 4, 26 => 3, 22 => 2, 19 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Twig_Source("", "columns_definitions/column_type.twig", "/srv/admin/htdocs/phpmyadmin/templates/columns_definitions/column_type.twig"); } }