Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
tmp
/
twig
/
83
/
//srv/data/tmp/twig/83/833331d84ec50e5605b224937e3e0ff086c9f0478d33bbf910cbb5cc70ae3f88.php
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* database/structure/overhead.twig */ class __TwigTemplate_946a57a265d449feff84f6e5d79846496f379d4c6ddb184ca15b105c3094ba10 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "<a href=\""; yield PhpMyAdmin\Url::getFromRoute("/table/structure", ($context["table_url_params"] ?? null)); yield "#showusage\" id=\"overhead\"> <span>"; // line 2 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["formatted_overhead"] ?? null), "html", null, true); yield "</span> <span class=\"unit\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["overhead_unit"] ?? null), "html", null, true); yield "</span> </a> "; 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", "/srv/admin/htdocs/phpmyadmin-5.2/templates/database/structure/overhead.twig"); } }