parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo " "; // line 16 if ((($context["char_editing"] ?? null) == "textarea")) { // line 17 echo " "; ob_start(); // line 18 echo " "; echo trim(preg_replace('/>\s+<', ob_get_clean())); } else { // line 25 echo " env, ($context["column_number"] ?? null), "html", null, true); echo "]\" size=\"12\" value=\""; // line 28 echo twig_escape_filter($this->env, ($context["expression"] ?? null), "html", null, true); echo "\" placeholder=\""; // line 29 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 ( 93 => 29, 89 => 28, 84 => 26, 81 => 25, 74 => 21, 67 => 18, 64 => 17, 62 => 16, 58 => 14, 49 => 11, 46 => 10, 43 => 9, 41 => 8, 40 => 7, 39 => 6, 35 => 5, 31 => 4, 24 => 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_virtuality.twig", "/var/www/html/phpMyAdmin/templates/columns_definitions/column_virtuality.twig"); } }