芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/tmp/pma_template_compiles_krishnamexports/twig/2b/2b0b259a596df92f58ed078a886933def449002d0d45bf724cacb4dd11371150.php
parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; // line 3 if (($context["geom_column_flag"] ?? null)) { // line 4 echo "
"; echo _gettext("Function"); echo "
"; } // line 6 echo "
"; echo _gettext("Column"); echo "
"; // line 7 echo _gettext("Type"); echo "
"; // line 8 echo _gettext("Collation"); echo "
"; // line 9 echo _gettext("Operator"); echo "
"; // line 10 echo _gettext("Value"); echo "
"; } public function getTemplateName() { return "table/search/table_header.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 59 => 10, 55 => 9, 51 => 8, 47 => 7, 42 => 6, 36 => 4, 34 => 3, 30 => 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 Source("", "table/search/table_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/search/table_header.twig"); } }