Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,84 @@
<?php
/* @Twig/Exception/trace.txt.twig */
class __TwigTemplate_b62baef36ae76fb404722869bb29b7216333a09acfd520cfb78044f68d6045ea extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
$__internal_7e404ba0467fd318c35d8aba2474d83c1bddc41bb1faea6191985ad05d3b4258 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_7e404ba0467fd318c35d8aba2474d83c1bddc41bb1faea6191985ad05d3b4258->enter($__internal_7e404ba0467fd318c35d8aba2474d83c1bddc41bb1faea6191985ad05d3b4258_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Twig/Exception/trace.txt.twig"));
$__internal_2a22ebd1872c831be04533dd11e225293fb68c22d4584f4a816ef2ad99869a77 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_2a22ebd1872c831be04533dd11e225293fb68c22d4584f4a816ef2ad99869a77->enter($__internal_2a22ebd1872c831be04533dd11e225293fb68c22d4584f4a816ef2ad99869a77_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Twig/Exception/trace.txt.twig"));
// line 1
if ($this->getAttribute(($context["trace"] ?? $this->getContext($context, "trace")), "function", array())) {
// line 2
echo "at ";
echo (($this->getAttribute(($context["trace"] ?? $this->getContext($context, "trace")), "class", array()) . $this->getAttribute(($context["trace"] ?? $this->getContext($context, "trace")), "type", array())) . $this->getAttribute(($context["trace"] ?? $this->getContext($context, "trace")), "function", array()));
echo "(";
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\CodeExtension')->formatArgsAsText($this->getAttribute(($context["trace"] ?? $this->getContext($context, "trace")), "args", array()));
echo ")";
}
// line 4
if (( !twig_test_empty((($this->getAttribute(($context["trace"] ?? null), "file", array(), "any", true, true)) ? (_twig_default_filter($this->getAttribute(($context["trace"] ?? null), "file", array()), "")) : (""))) && !twig_test_empty((($this->getAttribute(($context["trace"] ?? null), "line", array(), "any", true, true)) ? (_twig_default_filter($this->getAttribute(($context["trace"] ?? null), "line", array()), "")) : (""))))) {
// line 5
echo (($this->getAttribute(($context["trace"] ?? $this->getContext($context, "trace")), "function", array())) ? ("
(") : ("at "));
echo twig_replace_filter(strip_tags($this->env->getExtension('Symfony\Bridge\Twig\Extension\CodeExtension')->formatFile($this->getAttribute(($context["trace"] ?? $this->getContext($context, "trace")), "file", array()), $this->getAttribute(($context["trace"] ?? $this->getContext($context, "trace")), "line", array()))), array((" at line " . $this->getAttribute(($context["trace"] ?? $this->getContext($context, "trace")), "line", array())) => ""));
echo ":";
echo $this->getAttribute(($context["trace"] ?? $this->getContext($context, "trace")), "line", array());
echo (($this->getAttribute(($context["trace"] ?? $this->getContext($context, "trace")), "function", array())) ? (")") : (""));
}
$__internal_7e404ba0467fd318c35d8aba2474d83c1bddc41bb1faea6191985ad05d3b4258->leave($__internal_7e404ba0467fd318c35d8aba2474d83c1bddc41bb1faea6191985ad05d3b4258_prof);
$__internal_2a22ebd1872c831be04533dd11e225293fb68c22d4584f4a816ef2ad99869a77->leave($__internal_2a22ebd1872c831be04533dd11e225293fb68c22d4584f4a816ef2ad99869a77_prof);
}
public function getTemplateName()
{
return "@Twig/Exception/trace.txt.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 36 => 5, 34 => 4, 27 => 2, 25 => 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 Twig_Source("{% if trace.function %}
at {{ trace.class ~ trace.type ~ trace.function }}({{ trace.args|format_args_as_text }})
{%- endif -%}
{% if trace.file|default('') is not empty and trace.line|default('') is not empty %}
{{- trace.function ? '\\n (' : 'at '}}{{ trace.file|format_file(trace.line)|striptags|replace({ (' at line ' ~ trace.line): '' }) }}:{{ trace.line }}{{ trace.function ? ')' }}
{%- endif %}
", "@Twig/Exception/trace.txt.twig", "/var/www/clients/client1/web14/web/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/trace.txt.twig");
}
}