/home/techb158/tmp/pma_template_compiles_techb158/twig/21
NameSizeModeActions
215ace602a5a776ce94d9d8feb7a5332.php20890644editdlrm
Edit: /home/techb158/tmp/pma_template_compiles_techb158/twig/21/215ace602a5a776ce94d9d8feb7a5332.php (2089B)
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield " "; // line 2 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["formatted_overhead"] ?? null), "html", null, true); yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["overhead_unit"] ?? null), "html", null, true); yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "database/structure/overhead.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 43 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "database/structure/overhead.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/overhead.twig"); } }