HEX
Server: Apache/2.2.15 (CentOS)
System: Linux ip-10-0-2-146.eu-west-1.compute.internal 2.6.32-754.35.1.el6.centos.plus.x86_64 #1 SMP Sat Nov 7 11:33:42 UTC 2020 x86_64
User: root (0)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /www/phpMyAdmin/tmp/twig/5b/5b6dc95d8673b6d275f9428ce35adff0142d3dc0c87710813507cb483478914a.php
<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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/show_create_row.twig */
class __TwigTemplate_c815430143fb63d634027c3092f06f0f4f4d40bc87c6a8a9d6948cbbd6e928ae extends \Twig\Template
{
    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->parent = false;

        $this->blocks = [
        ];
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        // line 1
        echo "<fieldset>
    <legend>";
        // line 2
        echo twig_escape_filter($this->env, (isset($context["title"]) ? $context["title"] : null), "html", null, true);
        echo "</legend>
    <table class=\"show_create\">
        <thead>
        <tr>
            <th>";
        // line 6
        echo twig_escape_filter($this->env, (isset($context["raw_title"]) ? $context["raw_title"] : null), "html", null, true);
        echo "</th>
            <th>";
        // line 7
        echo twig_escape_filter($this->env, sprintf(_gettext("Create %s"), (isset($context["raw_title"]) ? $context["raw_title"] : null)), "html", null, true);
        echo "</th>
        </tr>
        </thead>
        <tbody>
        ";
        // line 11
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable((isset($context["db_objects"]) ? $context["db_objects"] : null));
        foreach ($context['_seq'] as $context["_key"] => $context["object"]) {
            // line 12
            echo "            <tr>
                <td><strong>";
            // line 13
            echo PhpMyAdmin\Core::mimeDefaultFunction($context["object"]);
            echo "</strong></td>
                <td>";
            // line 14
            echo PhpMyAdmin\Core::mimeDefaultFunction($this->getAttribute($this->getAttribute((isset($context["dbi"]) ? $context["dbi"] : null), "getTable", [0 => (isset($context["db"]) ? $context["db"] : null), 1 => $context["object"]], "method"), "showCreate", [], "method"));
            echo "</td>
            </tr>
        ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['object'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 17
        echo "        </tbody>
    </table>
</fieldset>
";
    }

    public function getTemplateName()
    {
        return "database/structure/show_create_row.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  71 => 17,  62 => 14,  58 => 13,  55 => 12,  51 => 11,  44 => 7,  40 => 6,  33 => 2,  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("", "database/structure/show_create_row.twig", "/www/phpMyAdmin/templates/database/structure/show_create_row.twig");
    }
}