source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo " "; // line 17 if ((($context["char_editing"] ?? null) == "textarea")) { // line 18 echo " "; ob_start(function () { return ''; }); // line 19 echo " "; $___internal_8e1d07ea2cc14c0eae0db150607c19724543ff66da1098dbdb6c2cb924118537_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 18 echo twig_spaceless($___internal_8e1d07ea2cc14c0eae0db150607c19724543ff66da1098dbdb6c2cb924118537_); } else { // line 26 echo " env, ($context["column_number"] ?? null), "html", null, true); echo "]\" size=\"12\" value=\""; // line 29 echo twig_escape_filter($this->env, ($context["expression"] ?? null), "html", null, true); echo "\" placeholder=\""; // line 30 echo _gettext("Expression"); echo "\" class=\"textfield expression\"> "; } } public function getTemplateName() { return "columns_definitions/column_virtuality.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 116 => 30, 112 => 29, 107 => 27, 104 => 26, 101 => 18, 95 => 22, 88 => 19, 85 => 18, 83 => 17, 79 => 15, 70 => 12, 67 => 11, 64 => 10, 62 => 9, 61 => 8, 60 => 7, 58 => 6, 53 => 5, 49 => 4, 42 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "columns_definitions/column_virtuality.twig", "/usr/local/www/phpMyAdmin/templates/columns_definitions/column_virtuality.twig"); } }