11bfdaedbca1c6642f6d7a92dca784f5.php000064400000004103150040251530012202 0ustar00source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "env, ($context["decimals"] ?? null), "html", null, true); echo "\" data-type=\""; echo twig_escape_filter($this->env, ($context["type"] ?? null), "html", null, true); echo "\""; if ( !twig_test_empty(($context["original_length"] ?? null))) { echo " data-originallength=\""; echo twig_escape_filter($this->env, ($context["original_length"] ?? null), "html", null, true); echo "\""; } echo " class=\""; echo twig_escape_filter($this->env, ($context["td_class"] ?? null), "html", null, true); echo "\">"; // line 2 echo ($context["value"] ?? null); // line 3 echo " "; } public function getTemplateName() { return "display/results/row_data.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 53 => 3, 51 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "display/results/row_data.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/row_data.twig"); } }