/
home
/
desid573
/
tmp
/
pma_template_compiles_desid573
/
twig
/
34
/
/home/desid573/tmp/pma_template_compiles_desid573/twig/34
mkdir
upload
Name
Size
Mode
Actions
34a419cb6037f01927d73d70c179ef461fd585fa7cd3f6b725fb8d0277aa7909.php
1518
0644
edit
dl
rm
34f79eb02dedb56e3dc452a07e6e7a51.php
2089
0644
edit
dl
rm
347df32132db3b33c4ce81514b90e88272e426da68041bcf4ac4b342fabe0e42.php
4322
0644
edit
dl
rm
Edit:
/home/desid573/tmp/pma_template_compiles_desid573/twig/34/34f79eb02dedb56e3dc452a07e6e7a51.php
(2089B)
<?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_5bf53c162fe30923926aaac1436d6aa0 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", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/overhead.twig"); } }
Save
cmd:
run