parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
| ";
// line 2
echo twig_escape_filter($this->env, $this->getAttribute(($context["value"] ?? null), "Log_name", [], "array"), "html", null, true);
echo " |
";
// line 3
echo twig_escape_filter($this->env, $this->getAttribute(($context["value"] ?? null), "Pos", [], "array"), "html", null, true);
echo " |
";
// line 4
echo twig_escape_filter($this->env, $this->getAttribute(($context["value"] ?? null), "Event_type", [], "array"), "html", null, true);
echo " |
";
// line 5
echo twig_escape_filter($this->env, $this->getAttribute(($context["value"] ?? null), "Server_id", [], "array"), "html", null, true);
echo " |
";
// line 7
echo twig_escape_filter($this->env, (($this->getAttribute(($context["value"] ?? null), "Orig_log_pos", [], "array", true, true)) ? ($this->getAttribute(($context["value"] ?? null), "Orig_log_pos", [], "array")) : ($this->getAttribute(($context["value"] ?? null), "End_log_pos", [], "array"))), "html", null, true);
// line 8
echo " |
";
// line 9
echo PhpMyAdmin\Util::formatSql($this->getAttribute(($context["value"] ?? null), "Info", [], "array"), !($context["dontlimitchars"] ?? null));
echo " |
";
}
public function getTemplateName()
{
return "server/binlog/log_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 54 => 9, 51 => 8, 49 => 7, 45 => 5, 41 => 4, 37 => 3, 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("", "server/binlog/log_row.twig", "/usr/local/www/phpMyAdmin/templates/server/binlog/log_row.twig");
}
}