__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?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;
use Twig\TemplateWrapper;

/* table/structure/display_table_stats.twig */
class __TwigTemplate_ab3db7777f0e3226437b9d73706dc9a1 extends Template
{
    private Source $source;
    /**
     * @var array<string, Template>
     */
    private array $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 = []): iterable
    {
        $macros = $this->macros;
        // line 1
        yield "<div id=\"tablestatistics\">
    <fieldset class=\"pma-fieldset\">
        <legend>";
yield _gettext("Information");
        // line 3
        yield "</legend>
        ";
        // line 4
        if ((($_v0 = ($context["showtable"] ?? null)) && is_array($_v0) || $_v0 instanceof ArrayAccess ? ($_v0["TABLE_COMMENT"] ?? null) : null)) {
            // line 5
            yield "            <p>
                <strong>";
yield _gettext("Table comments:");
            // line 6
            yield "</strong>
                ";
            // line 7
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v1 = ($context["showtable"] ?? null)) && is_array($_v1) || $_v1 instanceof ArrayAccess ? ($_v1["TABLE_COMMENT"] ?? null) : null), "html", null, true);
            yield "
            </p>
        ";
        }
        // line 10
        yield "        <a id=\"showusage\"></a>

        ";
        // line 12
        if (( !($context["tbl_is_view"] ?? null) &&  !($context["db_is_system_schema"] ?? null))) {
            // line 13
            yield "            <table class=\"table table-striped table-hover table-sm w-auto caption-top\">
                <caption>";
yield _gettext("Space usage");
            // line 14
            yield "</caption>
                <tbody>
                    <tr>
                        <th class=\"name\">";
yield _gettext("Data");
            // line 17
            yield "</th>
                        <td class=\"value\">";
            // line 18
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["data_size"] ?? null), "html", null, true);
            yield "</td>
                        <td class=\"unit\">";
            // line 19
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["data_unit"] ?? null), "html", null, true);
            yield "</td>
                    </tr>

                ";
            // line 22
            if (array_key_exists("index_size", $context)) {
                // line 23
                yield "                    <tr>
                        <th class=\"name\">";
yield _gettext("Index");
                // line 24
                yield "</th>
                        <td class=\"value\">";
                // line 25
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["index_size"] ?? null), "html", null, true);
                yield "</td>
                        <td class=\"unit\">";
                // line 26
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["index_unit"] ?? null), "html", null, true);
                yield "</td>
                    </tr>
                ";
            }
            // line 29
            yield "
                ";
            // line 30
            if (array_key_exists("free_size", $context)) {
                // line 31
                yield "                    <tr>
                        <th class=\"name\">";
yield _gettext("Overhead");
                // line 32
                yield "</th>
                        <td class=\"value\">";
                // line 33
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["free_size"] ?? null), "html", null, true);
                yield "</td>
                        <td class=\"unit\">";
                // line 34
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["free_unit"] ?? null), "html", null, true);
                yield "</td>
                    </tr>
                    <tr>
                        <th class=\"name\">";
yield _gettext("Effective");
                // line 37
                yield "</th>
                        <td class=\"value\">";
                // line 38
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["effect_size"] ?? null), "html", null, true);
                yield "</td>
                        <td class=\"unit\">";
                // line 39
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["effect_unit"] ?? null), "html", null, true);
                yield "</td>
                    </tr>
                ";
            }
            // line 42
            yield "
                ";
            // line 43
            if ((array_key_exists("tot_size", $context) && (($context["mergetable"] ?? null) == false))) {
                // line 44
                yield "                    <tr>
                        <th class=\"name\">";
yield _gettext("Total");
                // line 45
                yield "</th>
                        <td class=\"value\">";
                // line 46
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["tot_size"] ?? null), "html", null, true);
                yield "</td>
                        <td class=\"unit\">";
                // line 47
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["tot_unit"] ?? null), "html", null, true);
                yield "</td>
                    </tr>
                ";
            }
            // line 50
            yield "                </tbody>

                ";
            // line 53
            yield "                ";
            if (((array_key_exists("free_size", $context) && ((((            // line 54
($context["tbl_storage_engine"] ?? null) == "MYISAM") || (            // line 55
($context["tbl_storage_engine"] ?? null) == "ARIA")) || (            // line 56
($context["tbl_storage_engine"] ?? null) == "MARIA")) || (            // line 57
($context["tbl_storage_engine"] ?? null) == "BDB"))) || ((            // line 58
($context["tbl_storage_engine"] ?? null) == "INNODB") && (($context["innodb_file_per_table"] ?? null) == true)))) {
                // line 59
                yield "                <tfoot>
                    <tr class=\"d-print-none\">
                        <th colspan=\"3\" class=\"center\">
                            <a href=\"";
                // line 62
                yield PhpMyAdmin\Url::getFromRoute("/sql");
                yield "\" data-post=\"";
                yield PhpMyAdmin\Url::getCommon(["db" =>                 // line 63
($context["db"] ?? null), "table" =>                 // line 64
($context["table"] ?? null), "sql_query" => ("OPTIMIZE TABLE " . PhpMyAdmin\Util::backquote(                // line 65
($context["table"] ?? null))), "pos" => 0]);
                // line 67
                yield "\">
                                ";
                // line 68
                yield PhpMyAdmin\Html\Generator::getIcon("b_tbloptimize", _gettext("Optimize table"));
                yield "
                            </a>
                        </th>
                    </tr>
                </tfoot>
                ";
            }
            // line 74
            yield "            </table>
        ";
        }
        // line 76
        yield "
        ";
        // line 77
        $context["avg_size"] = ((array_key_exists("avg_size", $context)) ? (($context["avg_size"] ?? null)) : (null));
        // line 78
        yield "        ";
        $context["avg_unit"] = ((array_key_exists("avg_unit", $context)) ? (($context["avg_unit"] ?? null)) : (null));
        // line 79
        yield "        <table class=\"table table-striped table-hover table-sm w-auto caption-top\">
            <caption>";
yield _gettext("Row statistics");
        // line 80
        yield "</caption>
            <tbody>
                ";
        // line 82
        if (CoreExtension::getAttribute($this->env, $this->source, ($context["showtable"] ?? null), "Row_format", [], "array", true, true, false, 82)) {
            // line 83
            yield "                    <tr>
                    <th class=\"name\">";
yield _gettext("Format");
            // line 84
            yield "</th>
                    ";
            // line 85
            if (((($_v2 = ($context["showtable"] ?? null)) && is_array($_v2) || $_v2 instanceof ArrayAccess ? ($_v2["Row_format"] ?? null) : null) == "Fixed")) {
                // line 86
                yield "                        <td class=\"value\">";
yield _gettext("static");
                yield "</td>
                    ";
            } elseif (((($_v3 =             // line 87
($context["showtable"] ?? null)) && is_array($_v3) || $_v3 instanceof ArrayAccess ? ($_v3["Row_format"] ?? null) : null) == "Dynamic")) {
                // line 88
                yield "                        <td class=\"value\">";
yield _gettext("dynamic");
                yield "</td>
                    ";
            } else {
                // line 90
                yield "                        <td class=\"value\">";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v4 = ($context["showtable"] ?? null)) && is_array($_v4) || $_v4 instanceof ArrayAccess ? ($_v4["Row_format"] ?? null) : null), "html", null, true);
                yield "</td>
                    ";
            }
            // line 92
            yield "                    </tr>
                ";
        }
        // line 94
        yield "
                ";
        // line 95
        if ( !Twig\Extension\CoreExtension::testEmpty((($_v5 = ($context["showtable"] ?? null)) && is_array($_v5) || $_v5 instanceof ArrayAccess ? ($_v5["Create_options"] ?? null) : null))) {
            // line 96
            yield "                    <tr>
                    <th class=\"name\">";
yield _gettext("Options");
            // line 97
            yield "</th>
                    ";
            // line 98
            if (((($_v6 = ($context["showtable"] ?? null)) && is_array($_v6) || $_v6 instanceof ArrayAccess ? ($_v6["Create_options"] ?? null) : null) == "partitioned")) {
                // line 99
                yield "                        <td class=\"value\">";
yield _gettext("partitioned");
                yield "</td>
                    ";
            } else {
                // line 101
                yield "                        <td class=\"value\">";
                yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v7 = ($context["showtable"] ?? null)) && is_array($_v7) || $_v7 instanceof ArrayAccess ? ($_v7["Create_options"] ?? null) : null), "html", null, true);
                yield "</td>
                    ";
            }
            // line 103
            yield "                    </tr>
                ";
        }
        // line 105
        yield "
                ";
        // line 106
        if ( !Twig\Extension\CoreExtension::testEmpty(($context["table_collation"] ?? null))) {
            // line 107
            yield "                    <tr>
                    <th class=\"name\">";
yield _gettext("Collation");
            // line 108
            yield "</th>
                    <td class=\"value\">
                        <dfn title=\"";
            // line 110
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["table_collation"] ?? null), "description", [], "any", false, false, false, 110), "html", null, true);
            yield "\">
                            ";
            // line 111
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["table_collation"] ?? null), "name", [], "any", false, false, false, 111), "html", null, true);
            yield "
                        </dfn>
                    </td>
                    </tr>
                ";
        }
        // line 116
        yield "
                ";
        // line 117
        if (( !($context["is_innodb"] ?? null) && CoreExtension::getAttribute($this->env, $this->source, ($context["showtable"] ?? null), "Rows", [], "array", true, true, false, 117))) {
            // line 118
            yield "                    <tr>
                    <th class=\"name\">";
yield _gettext("Rows");
            // line 119
            yield "</th>
                    <td class=\"value\">";
            // line 120
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(PhpMyAdmin\Util::formatNumber((($_v8 = ($context["showtable"] ?? null)) && is_array($_v8) || $_v8 instanceof ArrayAccess ? ($_v8["Rows"] ?? null) : null), 0), "html", null, true);
            yield "</td>
                    </tr>
                ";
        }
        // line 123
        yield "
                ";
        // line 124
        if ((( !($context["is_innodb"] ?? null) && CoreExtension::getAttribute($this->env, $this->source,         // line 125
($context["showtable"] ?? null), "Avg_row_length", [], "array", true, true, false, 125)) && ((($_v9 =         // line 126
($context["showtable"] ?? null)) && is_array($_v9) || $_v9 instanceof ArrayAccess ? ($_v9["Avg_row_length"] ?? null) : null) > 0))) {
            // line 127
            yield "                    <tr>
                    <th class=\"name\">";
yield _gettext("Row length");
            // line 128
            yield "</th>
                    ";
            // line 129
            $context["avg_row_length"] = PhpMyAdmin\Util::formatByteDown((($_v10 = ($context["showtable"] ?? null)) && is_array($_v10) || $_v10 instanceof ArrayAccess ? ($_v10["Avg_row_length"] ?? null) : null), 6, 1);
            // line 130
            yield "                    <td class=\"value\">";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v11 = ($context["avg_row_length"] ?? null)) && is_array($_v11) || $_v11 instanceof ArrayAccess ? ($_v11[0] ?? null) : null), "html", null, true);
            yield " ";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v12 = ($context["avg_row_length"] ?? null)) && is_array($_v12) || $_v12 instanceof ArrayAccess ? ($_v12[1] ?? null) : null), "html", null, true);
            yield "</td>
                    </tr>
                ";
        }
        // line 133
        yield "
                ";
        // line 134
        if ((((( !($context["is_innodb"] ?? null) && CoreExtension::getAttribute($this->env, $this->source,         // line 135
($context["showtable"] ?? null), "Data_length", [], "array", true, true, false, 135)) && CoreExtension::getAttribute($this->env, $this->source,         // line 136
($context["showtable"] ?? null), "Rows", [], "array", true, true, false, 136)) && ((($_v13 =         // line 137
($context["showtable"] ?? null)) && is_array($_v13) || $_v13 instanceof ArrayAccess ? ($_v13["Rows"] ?? null) : null) > 0)) && (        // line 138
($context["mergetable"] ?? null) == false))) {
            // line 139
            yield "                    <tr>
                    <th class=\"name\">";
yield _gettext("Row size");
            // line 140
            yield "</th>
                    <td class=\"value\">";
            // line 141
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["avg_size"] ?? null), "html", null, true);
            yield " ";
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["avg_unit"] ?? null), "html", null, true);
            yield "</td>
                    </tr>
                ";
        }
        // line 144
        yield "
                ";
        // line 145
        if (CoreExtension::getAttribute($this->env, $this->source, ($context["showtable"] ?? null), "Auto_increment", [], "array", true, true, false, 145)) {
            // line 146
            yield "                    <tr>
                    <th class=\"name\">";
yield _gettext("Next autoindex");
            // line 147
            yield "</th>
                    <td class=\"value\">";
            // line 148
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(PhpMyAdmin\Util::formatNumber((($_v14 = ($context["showtable"] ?? null)) && is_array($_v14) || $_v14 instanceof ArrayAccess ? ($_v14["Auto_increment"] ?? null) : null), 0), "html", null, true);
            yield "</td>
                    </tr>
                ";
        }
        // line 151
        yield "
                ";
        // line 152
        if (CoreExtension::getAttribute($this->env, $this->source, ($context["showtable"] ?? null), "Create_time", [], "array", true, true, false, 152)) {
            // line 153
            yield "                    <tr>
                    <th class=\"name\">";
yield _gettext("Creation");
            // line 154
            yield "</th>
                    <td class=\"value\">";
            // line 155
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(PhpMyAdmin\Util::localisedDate($this->extensions['Twig\Extension\CoreExtension']->formatDate((($_v15 = ($context["showtable"] ?? null)) && is_array($_v15) || $_v15 instanceof ArrayAccess ? ($_v15["Create_time"] ?? null) : null), "U")), "html", null, true);
            yield "</td>
                    </tr>
                ";
        }
        // line 158
        yield "
                ";
        // line 159
        if (CoreExtension::getAttribute($this->env, $this->source, ($context["showtable"] ?? null), "Update_time", [], "array", true, true, false, 159)) {
            // line 160
            yield "                    <tr>
                    <th class=\"name\">";
yield _gettext("Last update");
            // line 161
            yield "</th>
                    <td class=\"value\">";
            // line 162
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(PhpMyAdmin\Util::localisedDate($this->extensions['Twig\Extension\CoreExtension']->formatDate((($_v16 = ($context["showtable"] ?? null)) && is_array($_v16) || $_v16 instanceof ArrayAccess ? ($_v16["Update_time"] ?? null) : null), "U")), "html", null, true);
            yield "</td>
                    </tr>
                ";
        }
        // line 165
        yield "
                ";
        // line 166
        if (CoreExtension::getAttribute($this->env, $this->source, ($context["showtable"] ?? null), "Check_time", [], "array", true, true, false, 166)) {
            // line 167
            yield "                    <tr>
                    <th class=\"name\">";
yield _gettext("Last check");
            // line 168
            yield "</th>
                    <td class=\"value\">";
            // line 169
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(PhpMyAdmin\Util::localisedDate($this->extensions['Twig\Extension\CoreExtension']->formatDate((($_v17 = ($context["showtable"] ?? null)) && is_array($_v17) || $_v17 instanceof ArrayAccess ? ($_v17["Check_time"] ?? null) : null), "U")), "html", null, true);
            yield "</td>
                    </tr>
                ";
        }
        // line 172
        yield "            </tbody>
        </table>
    </fieldset>
</div>
";
        yield from [];
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName(): string
    {
        return "table/structure/display_table_stats.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable(): bool
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  455 => 172,  449 => 169,  446 => 168,  442 => 167,  440 => 166,  437 => 165,  431 => 162,  428 => 161,  424 => 160,  422 => 159,  419 => 158,  413 => 155,  410 => 154,  406 => 153,  404 => 152,  401 => 151,  395 => 148,  392 => 147,  388 => 146,  386 => 145,  383 => 144,  375 => 141,  372 => 140,  368 => 139,  366 => 138,  365 => 137,  364 => 136,  363 => 135,  362 => 134,  359 => 133,  350 => 130,  348 => 129,  345 => 128,  341 => 127,  339 => 126,  338 => 125,  337 => 124,  334 => 123,  328 => 120,  325 => 119,  321 => 118,  319 => 117,  316 => 116,  308 => 111,  304 => 110,  300 => 108,  296 => 107,  294 => 106,  291 => 105,  287 => 103,  281 => 101,  275 => 99,  273 => 98,  270 => 97,  266 => 96,  264 => 95,  261 => 94,  257 => 92,  251 => 90,  245 => 88,  243 => 87,  238 => 86,  236 => 85,  233 => 84,  229 => 83,  227 => 82,  223 => 80,  219 => 79,  216 => 78,  214 => 77,  211 => 76,  207 => 74,  198 => 68,  195 => 67,  193 => 65,  192 => 64,  191 => 63,  188 => 62,  183 => 59,  181 => 58,  180 => 57,  179 => 56,  178 => 55,  177 => 54,  175 => 53,  171 => 50,  165 => 47,  161 => 46,  158 => 45,  154 => 44,  152 => 43,  149 => 42,  143 => 39,  139 => 38,  136 => 37,  129 => 34,  125 => 33,  122 => 32,  118 => 31,  116 => 30,  113 => 29,  107 => 26,  103 => 25,  100 => 24,  96 => 23,  94 => 22,  88 => 19,  84 => 18,  81 => 17,  75 => 14,  71 => 13,  69 => 12,  65 => 10,  59 => 7,  56 => 6,  52 => 5,  50 => 4,  47 => 3,  42 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("", "table/structure/display_table_stats.twig", "/usr/share/phpmyadmin/templates/table/structure/display_table_stats.twig");
    }
}

Filemanager

Name Type Size Permission Actions
cd1647ca83e64d0df8e48027d3aa2e35.php File 21.8 KB 0644
Filemanager