芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/tmp/pma_template_compiles_krishnamexports/twig/a3/a3906b39ab56c71d1d40da8fcc34be47.php
source = $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"); } }