parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "
"; // line 9 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["mysql_charsets"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["current_charset"]) { // line 10 echo " "; // line 18 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["mysql_collations"] ?? null), $context["current_charset"], array(), "array")); foreach ($context['_seq'] as $context["_key"] => $context["current_collation"]) { // line 19 echo " getAttribute(($context["mysql_dft_collations"] ?? null), $context["current_charset"], array(), "array") == $context["current_collation"])) ? (" marked") : ("")); echo "\"> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['current_collation'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 24 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['current_charset'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 25 echo "
"; // line 5 echo _gettext("Collation"); echo " "; // line 6 echo _gettext("Description"); echo "
"; // line 12 echo twig_escape_filter($this->env, $context["current_charset"], "html", null, true); echo " "; // line 13 if ( !twig_test_empty($this->getAttribute(($context["mysql_charsets_desc"] ?? null), $context["current_charset"], array(), "array"))) { // line 14 echo " ("; echo twig_escape_filter($this->env, $this->getAttribute(($context["mysql_charsets_desc"] ?? null), $context["current_charset"], array(), "array"), "html", null, true); echo ") "; } // line 16 echo "
"; // line 20 echo twig_escape_filter($this->env, $context["current_collation"], "html", null, true); echo " "; // line 21 echo twig_escape_filter($this->env, PhpMyAdmin\Charsets::getCollationDescr($context["current_collation"]), "html", null, true); echo "
"; } public function getTemplateName() { return "server/collations/charsets.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 87 => 25, 81 => 24, 72 => 21, 68 => 20, 63 => 19, 59 => 18, 55 => 16, 49 => 14, 47 => 13, 43 => 12, 39 => 10, 35 => 9, 29 => 6, 25 => 5, 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("", "server/collations/charsets.twig", "/var/www/html/phpMyAdmin/templates/server/collations/charsets.twig"); } }