ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"84de13"
exception
Twig\Error\RuntimeError {#6284
  -lineno: 117
  -name: "classement/detail_societe.html.twig"
  -rawMessage: "Key "id_pays" does not exist as the sequence/mapping is empty."
  -sourcePath: "/home/www/fusacq_symfony_5.4_preprod/templates/classement/detail_societe.html.twig"
  -sourceCode: """
    {% extends 'buzz/base.html.twig' %}\r\n
    {% block stylesheets %}\r\n
    \t{{ parent() }}\r\n
    \t <link rel="stylesheet" href="{{ asset('build/css/buzz/index/index_fr.css') }}">\r\n
    \t <link rel="stylesheet" href="{{ asset('build/css/buzz/custom_fusacq.css') }}">\r\n
    {% endblock %}\r\n
    {# ==== Pré-calculs ==== #}\r\n
    {% set type_operation_code = type_operation %}\r\n
    {% set chiffre_key = '' %}\r\n
    {% if type_operation_code == 'fusion_acquisition' %}\r\n
      {% set type_operation_label = 'Fusions-Acquisitions ' %}\r\n
      {% set chiffre_key = 'ca_societe_achetee' %}\r\n
    {% elseif type_operation_code == 'levee_fonds' %}\r\n
      {% set type_operation_label = 'Levée de fonds' %}\r\n
      {% set chiffre_key = 'montant_operation' %}\r\n
    {% elseif type_operation_code == 'tous' %}\r\n
      {% set type_operation_label = 'Tous' %}\r\n
    {% else %}\r\n
      {% set type_operation_label = type_operation_code %}\r\n
    {% endif %}\r\n
        {% set segment_liste = {\r\n
            5: 'ETI',\r\n
            4: 'PME-ETI',\r\n
            3: 'TPE-PME-ETI',\r\n
            2: 'TPE-PME',\r\n
            1: 'TPE'\r\n
        } %}\r\n
    {% set route_dir = "/buzz/classement-" %}\r\n
    \r\n
    {% set titre =\r\n
      societe._get("raison_sociale") ~ ' : détail des opérations réalisées,' ~ type_operation_label ~ ',' ~ type_role ~ ',' ~ annee_operation ~ ',' ~ nom_loc ~ ',' ~ segment_liste[segment] \r\n
    %}\r\n
    \r\n
    {% block title %}<title>{{ titre }}</title>{% endblock %}\r\n
    \r\n
    {# Si vous avez un bloc meta dans votre layout #}\r\n
    {% block description %}<meta name="description" content="{{ titre }}">{% endblock %}\r\n
    \r\n
    {% set currentYear = 'now'|date('Y') %}\r\n
    {% set nonAutorisationExiste = false %}\r\n
    {% block body %}\r\n
    <div class="row">\r\n
    \t<div class="col-12">\r\n
    \t <!-- Menu  -->\r\n
    \t\t\t{{ render_esi(controller(\r\n
                'App\\Controller\\Buzz\\CoreController::menu',\r\n
                {   "lang": lang,\r\n
                    "currentRoute":currentRoute,\r\n
                    "codePays": codePaysWithUnderScore,\r\n
                    "authFrom": authFrom }\r\n
            )) | spaceless }}\r\n
    \t\t{% include 'buzz/fragments/publicite.html.twig' %}\r\n
        \t<div class="container">\r\n
        \t\t<div class="row">\r\n
        \t\t\t<div class="col-12 no_shadow mb-3">\r\n
        \t\t\t\t<div class="row bkg_blanc">\r\n
        \t\t\t\t\t<div class="col-12 mt-4 text-center">\r\n
                    \t\t\t<h3 class="gris_666">\r\n
                    \t\t\t\t{{ translate("Les classements FUSACQ",lang,"","M") | raw }}\r\n
                    \t\t\t\t{% if annee_operation == currentYear %} {{ translate("(actualisés en temps réel) : tendance au ",lang,"","m") | raw }}\r\n
                    \t\t\t\t{% else %}\r\n
                    \t\t\t\t : \r\n
                    \t\t\t\t{% endif%}année {{ annee_operation }}\r\n
                    \t\t\t</h3>\t\t\r\n
                    \t\t</div>\r\n
                    \t\t<div class="col-12 mt-4 text-left">\r\n
                    \t\t\t    <a href="{{ route_dir ~ str_lien_retour }}">\r\n
                                      <i class="fa fa-chevron-circle-left retour" style="margin-top:-2px;color:orange;">\r\n
                                      </i>&nbsp;&nbsp;<span style="">{{ translate("Retour aux classements",lang,"","M") | raw }}</span>\r\n
                                    </a>\r\n
                    \t\t</div>\r\n
        \t\t\t\t\t<div class="card no_shadow mt-4">\r\n
                            \t<div class="card-body">\r\n
                            \t\t<div class="row">\r\n
                            \t\t\t<div class="col-12 col-sm-11 offset-sm-1">\r\n
                            \t\t\t\t<h2 class="gris_666">{{ service_prestataire.nom_commercial_societe }}</h2>\r\n
                            \t\t\t</div>\r\n
                            \t\t\t{% if coordonnees is defined and coordonnees %}\r\n
                            \t\t\t<div class="col-10 col-sm-5 col-md-5 offset-sm-1 mt-1">\r\n
                            \t\t\t\t<ul class="cat_regions">\r\n
                            \t\t\t\t\t<li><i class="fas fa-map-marker-alt gris_ccc" aria-hidden="true"></i>\r\n
                            \t\t\t\t\t{{ coordonnees.adresse }}\r\n
                            \t\t\t\t\t</li>\r\n
                            \t\t\t\t\t<li>{{ coordonnees.code_postal }} {{ coordonnees.ville }} - France</li>\r\n
                            \t\t\t\t\t{% if coordonnees.telephone %}\r\n
                            \t\t\t\t\t\t<li><i class="fas fa-phone-alt gris_ccc" aria-hidden="true"></i>\r\n
                            \t\t\t\t\t\t&nbsp;&nbsp;{{ coordonnees.telephone }}</li>\r\n
                            \t\t\t\t    {% endif %}\r\n
                                                {% if coordonnees.nom_contact1 %}\r\n
                                               \t\t<li><i class="fas fa-user gris_ccc" aria-hidden="true"></i>\r\n
                                               \t\t&nbsp;&nbsp;Contact : {{ coordonnees.nom_contact1 }}\r\n
                                                {% endif %}\r\n
                                                {% if coordonnees.nom_contact2 %}, {{ coordonnees.nom_contact2 }}{% endif %}\r\n
                                                </li>\r\n
                                                 {% set site_affiche = service_prestataire.url_site_web ?: service_prestataire.url_site_web_visible %}\r\n
                                                 {% if site_affiche %}\r\n
                                                    <li><i class="fas fa-globe-americas gris_ccc" aria-hidden="true"></i>&nbsp;&nbsp;\r\n
                                                    <a href="{{ site_affiche starts with 'http' ? site_affiche : 'http://' ~ site_affiche }}" class="fullsouligne">\r\n
                                                    \t{{ site_affiche }}</a>\r\n
                                                    </li>\r\n
                                                {% endif %}\r\n
                            \t\t\t\t\t\r\n
                            \t\t\t\t</ul>\r\n
                            \t\t\t</div>\r\n
                            \t\t\t {% endif %}\r\n
                            \t\t    {% set href_main = service_prestataire.url_site_web ?: (service_prestataire.url_site_web_visible ?: lien_expert) %}\r\n
                                        {% set href_main = (href_main starts with 'http') ? href_main : 'http://' ~ href_main %}\r\n
                                        {% set vignette = service_prestataire.src_image_si_artviper_desactive %}\r\n
                            \t\t\t<div class="col-6 col-sm-3 col-md-3 text-center mt-5">\r\n
                            \t\t\t\t<a href="{{ href_main }}" target="_blank" title="">\r\n
                            \t\t\t\t<img class="img-fluid" src="{{ vignette }}" alt="aperçu {{ service_prestataire.nom_commercial_societe }}\r\n
                            \t\t\t\t onerror="this.src='{{ service_prestataire.src_image_si_artviper_desactive }}'"\r\n
                            \t\t\t\t">\r\n
                            \t\t\t\t</a>\r\n
                            \t\t\t</div>\r\n
                            \t\t\t<div class="col-6 col-sm-3 col-md-2 mt-2">\r\n
                    \t\t\t\t\t\t<img class="img-fluid" src="{{ DNS.PDC }}/images/cartes/big/pays/{{ prestation.id_pays }}/{{ prestation.id_localisation_prestataire|splitLocalisation("region") }}.png"  alt="{{ prestation.id_localisation_prestataire|nom_localisation }}" >\r\n
                            \t\t\t</div>\r\n
                            \t\t\t{% if prestation.certifications|length > 0 %}\r\n
                            \t\t\t<div class="col-12 col-sm-11 offset-sm-1 mt-2 small">\r\n
                                            <strong>{{ translate("certifications",lang,"","M") | raw }}</strong> :\r\n
                                            \t{% for certification in prestation.certifications %}\r\n
                                                \t{{ certification.nom_affichage_certification }}: {{ certification.valeur_certification }}\r\n
                                                    {% if not  loop.last %}\r\n
                                                    \t&nbsp;&nbsp;\r\n
                                                    \t<span class="gris_ddd">|</span>\r\n
                                                \t{% endif %}\r\n
                                            \t{% endfor %}\r\n
                            \t\t\t</div>\r\n
                            \t\t\t{% endif %}\r\n
                            \t </div>\r\n
                              </div>\r\n
                            </div>\r\n
                            <div class="col-12 text-center">\r\n
                    \t\t\t<i class="fa-solid fa-caret-down orange fa-5x" aria-hidden="true"></i>\r\n
                    \t\t</div>\r\n
                            <div class="col-12 text-center mt-3 mb-1">\r\n
                    \t\t\t<h3 class="orange">      \r\n
                    \t\t\t{{ translate("Détail des opérations réalisées par",lang,"","M") | raw }} {{ service_prestataire.nom_commercial_societe }}\r\n
                                  {% if annee_operation == currentYear %}\r\n
                                    du 01/01/{{ currentYear }} au {{'now'|date('d/m/Y')}}\r\n
                                  {% else %}\r\n
                                    du 01/01/{{ annee_operation }} au 31/12/{{ annee_operation }}\r\n
                                  {% endif %}\r\n
          \t\t\t\t\t\t</h3>\r\n
                    \t\t</div>\r\n
                    \t\t    {% set total = 0 %}\r\n
                                {% set counter_non_autorisation = 0 %}\r\n
                                {% set nonAutorisationExiste = false %}\r\n
                    \t\t<div class="col-12 text-center mt-3 mb-5">\r\n
                    \t\t\t<table class="table table-responsive table-striped">\r\n
                    \t\t\t\t<thead>\r\n
                    \t\t\t\t\t<tr>\r\n
                    \t\t\t\t\t  <th scope="col" class="col-1 col-lg-1">{{ translate("Date",lang,"","M") | raw }}</th>\r\n
                    \t\t\t\t\t  <th scope="col" class="col-7 col-lg-7">{{ translate("Opération",lang,"","M") | raw }}</th>\r\n
                    \t\t\t\t\t  <th scope="col" class="col-1 col-lg-1">{{ translate("Type d'opération",lang,"","M") | raw }}</th>\r\n
                    \t\t\t\t\t  <th scope="col" class="col-2 col-lg-2">{{ translate("Rôle",lang,"","M") | raw }}</th>\r\n
                    \t\t\t\t\t  <th scope="col" class="col-1 col-lg-1">          \r\n
                        \t\t\t\t\t  {% if type_operation_code == 'fusion_acquisition' %}\r\n
                                                {{ translate("Taille société cible",lang,"","M") | raw }}\r\n
                                              {% elseif type_operation_code == 'levee_fonds' %}\r\n
                                                {{ translate("Fonds levés",lang,"","M") | raw }}\r\n
                                              {% elseif type_operation_code == 'tous' %}\r\n
                                                {{ translate("Montant",lang,"","M") | raw }}\r\n
                                              {% endif %}\r\n
                                          </th>\r\n
                    \t\t\t\t\t</tr>\r\n
                    \t\t\t\t</thead>\r\n
                    \t\t\t\t<tbody>\r\n
                    \t\t\t\t{% for operation in class %}\r\n
                                        {% set counter_non_autorisation = counter_non_autorisation + 1 %}\r\n
                                        {% set d = operation.date_operation %}\r\n
                                        {% set dateAff = d|slice(6,2) ~ '/' ~ d|slice(4,2) ~ '/' ~ d|slice(0,4) %}\r\n
                                        {# Lien actualité #}\r\n
                                        {% set lien_actu = 'https://www.fusacq.com/buzz/' ~ prestation.titre_service| slugify ~ '-a' ~ operation.id_actualite_principale  %}\r\n
                                        {# Rôles pour cette opération (unique + renommage) #}\r\n
                                        {% set roles = [] %}\r\n
                                        {% set nb_role = 0 %}\r\n
                                        {% for br in buzz_type_role %}\r\n
                                          {% if br.id_type_role is defined\r\n
                                                and br.id_operation is defined\r\n
                                                and br.id_operation == operation.id_operation\r\n
                                                and liste_type_role[br.id_type_role] is defined %}\r\n
                                            {% set nom_role = liste_type_role[br.id_type_role] %}\r\n
                                            {% if nom_role == "Conseil du vendeur" %}\r\n
                                              {% set nom_role = "Conseil vendeur" %}\r\n
                                              {% set nb_role = nb_role + 1 %}\r\n
                                            {% elseif nom_role == "Conseil de l'acquéreur" %}\r\n
                                              {% set nom_role = "Conseil acquéreur" %}\r\n
                                              {% set nb_role = nb_role + 1 %}\r\n
                                            {% endif %}\r\n
                                            {% if nom_role not in roles %}\r\n
                                              {% set roles = roles|merge([nom_role]) %}\r\n
                                            {% endif %}\r\n
                                          {% endif %}\r\n
                                        {% endfor %}\r\n
                                        {% if nb_role < 1 %}{% set nb_role = 1 %}{% endif %}\r\n
                                        <tr>\r\n
                                          <td class="col-1 col-lg-1 text-left pt-3">{{ dateAff }}</td>\r\n
                                          <td class="col-7 col-lg-7 text-left pt-3">\r\n
                                            <a href="{{ lien_actu }}" target="_blank">\r\n
                                              {{ operation.titre_operation }}\r\n
                                            </a>\r\n
                                          </td>\r\n
                                \r\n
                                          <td class="col-1 col-lg-1 text-left pt-3">\r\n
                                            {% if type_operation_code != 'tous' %}\r\n
                                              {% if type_operation_code == 'fusion_acquisition' %}\r\n
                                                Fus-Acq\r\n
                                              {% elseif type_operation_code == 'levee_fonds' %}\r\n
                                                Lev fonds\r\n
                                              {% endif %}\r\n
                                            {% else %}\r\n
                                              {% if operation.type_operation == 'fusion_acquisition' %}\r\n
                                                Fus-Acq\r\n
                                              {% elseif operation.type_operation == 'levee_fonds' %}\r\n
                                                Lev fonds\r\n
                                              {% endif %}\r\n
                                            {% endif %}\r\n
                                          </td>\r\n
                                          \r\n
                                          <td class="col-2 col-lg-2 text-left pt-3">\r\n
                                            {% for r in roles %}\r\n
                                              {{ r }}<br>\r\n
                                            {% endfor %}\r\n
                                          </td>\r\n
                                          {# Montant / taille selon le contexte #}\r\n
                                         <td class="col-1 col-lg-1 text-right pt-3 nowrap">\r\n
                                            {% if type_operation_code == 'tous' %}\r\n
                                              {% if operation.type_operation == 'fusion_acquisition' %}\r\n
                                                {% if operation.ca_societe_achetee is empty %}\r\n
                                                  N.C.\r\n
                                                {% else %}\r\n
                                                  {% set total = total + (operation.ca_societe_achetee * nb_role) %}\r\n
                                                  {{ operation.ca_societe_achetee|number_format(0, ',', ' ') }} k€\r\n
                                                {% endif %}\r\n
                                              {% elseif operation.type_operation == 'levee_fonds' %}\r\n
                                                {% if operation.montant_operation is empty %}\r\n
                                                  N.C.\r\n
                                                {% else %}\r\n
                                                  {% set total = total + operation.montant_operation %}\r\n
                                                  {{ operation.montant_operation|number_format(0, ',', ' ') }} k€\r\n
                                                {% endif %}\r\n
                                              {% endif %}\r\n
                                            {% else %}\r\n
                                              {% set val = attribute(operation, chiffre_key) %}\r\n
                                              {% if val is empty %}\r\n
                                                N.C.\r\n
                                              {% else %}\r\n
                                                {% set total = total + (val * nb_role) %}\r\n
                                                {{ val|number_format(0, ',', ' ') }} k€\r\n
                                              {% endif %}\r\n
                                            {% endif %}\r\n
                                          </td>\r\n
                                        </tr>\r\n
                                      {% endfor %}\r\n
                    \t\t\t\t</tbody>\r\n
                    \t\t\t</table>\r\n
                    \t\t</div>\r\n
        \t\t\t\t\t<div class="col-12 text-center my-3">\r\n
                    \t\t\t<a href="{{ path('buzz_inscription_classements', {'codePays': codePaysWithUnderScore}) }}" class="button-rond" role="button" aria-pressed="true" title="">{{ translate("Référencez-vous dans les classements",lang,"","M") | raw }}</a>\r\n
                    \t\t</div>\r\n
                    \t\t<div class="col-12 my-3">\r\n
                    \t\t\t{{ translate("Pour apparaître dans les classements, vous devez être référencé dans l'Annuaire des Experts et utiliser votre blog pour publier vos références",lang,"","M") | raw }}.<br>\r\n
                                {{ translate("Les classements étant consultables par région, les réseaux doivent référencer leurs entités régionales, et pas seulement la tête de réseau, pour que toutes les actualités soient prises en compte",lang,"","M") | raw }}.<br><br>\r\n
                                {{ translate("Appelez-nous au <strong>01 48 28 24 24</strong> pour en savoir plus sur les classements.",lang,"","M") | raw }}\r\n
                            </div>\r\n
        \t\t\t\t</div>\r\n
        \t\t\t</div>\r\n
        \t\t</div>\r\n
        \t</div>\r\n
        </div>\r\n
    </div>\r\n
    {% endblock %}\r\n
    """
  #message: "Key "id_pays" does not exist as the sequence/mapping is empty."
  #code: 0
  #file: "/home/www/fusacq_symfony_5.4_preprod/templates/classement/detail_societe.html.twig"
  #line: 117
  trace: {
    /home/www/fusacq_symfony_5.4_preprod/templates/classement/detail_societe.html.twig:117 {
      Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      ›         \t\t\t<div class="col-6 col-sm-3 col-md-2 mt-2">\r\t\t\t\t\t\t<img class="img-fluid" src="{{ DNS.PDC }}/images/cartes/big/pays/{{ prestation.id_pays }}/{{ prestation.id_localisation_prestataire|splitLocalisation("region") }}.png"  alt="{{ prestation.id_localisation_prestataire|nom_localisation }}" >\r        \t\t\t</div>\r
    }
    /home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php:355 {
      __TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497->block_body($context, array $blocks = []) …
      › yield "/images/cartes/big/pays/";yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["prestation"]) || array_key_exists("prestation", $context) ? $context["prestation"] : (function () { throw new RuntimeError('Variable "prestation" does not exist.', 117, $this->source); })()), "id_pays", [], "any", false, false, false, 117), "html", null, true);yield "/";
    }
    /home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php:430 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null) …
      › 
      › foreach ($template->$block($context, $blocks) as $data) {    if (ob_get_length()) {
    }
    /home/www/fusacq_symfony_5.4_preprod/templates/buzz/base.html.twig:210 {
      __TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae->{closure} …
      › \r{% block body  %}\r\r
    }
    /home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Extension/CoreExtension.php:1926 {
      Twig\Extension\CoreExtension::captureOutput(iterable $body): string …
      › try {    foreach ($body as $data) {        if (ob_get_length()) {
    }
    /home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php:465 {
      __TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae->doDisplay(array $context, array $blocks = []) …
      ›     return; yield '';})())) ? '' : new Markup($tmp, $this->env->getCharset());// line 208
    }
    /home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php:360 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › 
      › foreach ($this->doDisplay($context, $blocks) as $data) {    if (ob_get_length()) {
    }
    /home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php:88 {
      __TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("buzz/base.html.twig", "classement/detail_societe.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
    /home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php:360 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › 
      › foreach ($this->doDisplay($context, $blocks) as $data) {    if (ob_get_length()) {
    }
    /home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php:335 {
      Twig\Template->render(array $context): string …
      › $content = '';foreach ($this->yield($context) as $data) {    $content .= $data;
    }
    /home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php:38 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php:306 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php:258 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);}
    /home/www/fusacq_symfony_5.4_preprod/src/Controller/DetailClassementController.php:276 {
      App\Controller\DetailClassementController->detailclassementitemsociete(Request $request, string $params): Response …
      ›     "nom_loc"            => $nom_loc,\r    "prestation"        =>$prestation\r]);\r
    }
    /home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/www/fusacq_symfony_5.4_preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/www/fusacq_symfony_5.4_preprod/public/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
      arguments: {
        "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#565 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, br"
host
"preprod.fusacq.com"
referer
"https://preprod.fusacq.com/"
user-agent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 23 Apr 2026 13:41:04 GMT"
vary
"Accept"
x-debug-exception
"Key%20%22id_pays%22%20does%20not%20exist%20as%20the%20sequence%2Fmapping%20is%20empty."
x-debug-exception-file
"%2Fhome%2Fwww%2Ffusacq_symfony_5.4_preprod%2Ftemplates%2Fclassement%2Fdetail_societe.html.twig:117"
x-debug-token
"42a51a"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 13

Session Metadata

Key Value
Created
"Thu, 23 Apr 26 15:41:03 +0200"
Last used
"Thu, 23 Apr 26 15:41:03 +0200"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-authenticate
"JaUrJ2jfwEoDM3fzyxdjGo7fXh82iGqTf2FrhrlX1tA"

Session Usage

13 Usages
Stateless check enabled
Usage
Twig\Extension\CoreExtension:1764
[
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1764
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 318
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 88
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/DetailClassementController.php"
    "line" => 276
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailclassementitemsociete"
    "class" => "App\Controller\DetailClassementController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/public/index.php"
    "line" => 5
    "args" => [
      "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/security-core/Security.php"
    "line" => 68
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/security-core/Security.php"
    "line" => 40
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Security"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/EventSubscriber/ControllerSubscriber.php"
    "line" => 73
    "function" => "getUser"
    "class" => "Symfony\Component\Security\Core\Security"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onRequest"
    "class" => "App\EventSubscriber\ControllerSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 346
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 88
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/DetailClassementController.php"
    "line" => 276
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailclassementitemsociete"
    "class" => "App\Controller\DetailClassementController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/public/index.php"
    "line" => 5
    "args" => [
      "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 346
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 88
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/DetailClassementController.php"
    "line" => 276
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailclassementitemsociete"
    "class" => "App\Controller\DetailClassementController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/public/index.php"
    "line" => 5
    "args" => [
      "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 346
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 88
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/DetailClassementController.php"
    "line" => 276
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailclassementitemsociete"
    "class" => "App\Controller\DetailClassementController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/public/index.php"
    "line" => 5
    "args" => [
      "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 346
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 88
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/DetailClassementController.php"
    "line" => 276
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailclassementitemsociete"
    "class" => "App\Controller\DetailClassementController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/public/index.php"
    "line" => 5
    "args" => [
      "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 346
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 88
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/DetailClassementController.php"
    "line" => 276
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailclassementitemsociete"
    "class" => "App\Controller\DetailClassementController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/public/index.php"
    "line" => 5
    "args" => [
      "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 346
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 88
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/DetailClassementController.php"
    "line" => 276
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailclassementitemsociete"
    "class" => "App\Controller\DetailClassementController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/public/index.php"
    "line" => 5
    "args" => [
      "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Controller\Buzz\CoreController:122
[
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/Buzz/CoreController.php"
    "line" => 122
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "menu"
    "class" => "App\Controller\Buzz\CoreController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 193
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 430
    "function" => "block_body"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 460
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1926
    "function" => "{closure}"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 465
    "function" => "captureOutput"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 88
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/DetailClassementController.php"
    "line" => 276
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailclassementitemsociete"
    "class" => "App\Controller\DetailClassementController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/public/index.php"
    "line" => 5
    "args" => [
      "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:43
[
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 43
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/SecurityController.php"
    "line" => 38
    "function" => "getLastAuthenticationError"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/92/920f6031a9c9d9b3111b6faff95d433db3476180e2f8a3b77dee33d0e6cf151b.php"
    "line" => 545
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1926
    "function" => "{closure}"
    "class" => "__TwigTemplate_99ff538f7adf98d99f9f054cb3f74beac2f030672a644ddc518e885b21f4a8fe"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/92/920f6031a9c9d9b3111b6faff95d433db3476180e2f8a3b77dee33d0e6cf151b.php"
    "line" => 621
    "function" => "captureOutput"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_99ff538f7adf98d99f9f054cb3f74beac2f030672a644ddc518e885b21f4a8fe"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/Buzz/CoreController.php"
    "line" => 136
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "menu"
    "class" => "App\Controller\Buzz\CoreController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 193
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 430
    "function" => "block_body"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 460
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1926
    "function" => "{closure}"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 465
    "function" => "captureOutput"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 88
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/DetailClassementController.php"
    "line" => 276
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailclassementitemsociete"
    "class" => "App\Controller\DetailClassementController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/public/index.php"
    "line" => 5
    "args" => [
      "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:65
[
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 65
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/SecurityController.php"
    "line" => 40
    "function" => "getLastUsername"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/92/920f6031a9c9d9b3111b6faff95d433db3476180e2f8a3b77dee33d0e6cf151b.php"
    "line" => 545
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1926
    "function" => "{closure}"
    "class" => "__TwigTemplate_99ff538f7adf98d99f9f054cb3f74beac2f030672a644ddc518e885b21f4a8fe"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/92/920f6031a9c9d9b3111b6faff95d433db3476180e2f8a3b77dee33d0e6cf151b.php"
    "line" => 621
    "function" => "captureOutput"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_99ff538f7adf98d99f9f054cb3f74beac2f030672a644ddc518e885b21f4a8fe"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/Buzz/CoreController.php"
    "line" => 136
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "menu"
    "class" => "App\Controller\Buzz\CoreController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 193
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 430
    "function" => "block_body"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 460
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1926
    "function" => "{closure}"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 465
    "function" => "captureOutput"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 88
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/DetailClassementController.php"
    "line" => 276
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailclassementitemsociete"
    "class" => "App\Controller\DetailClassementController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/public/index.php"
    "line" => 5
    "args" => [
      "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Bridge\Twig\AppVariable:172
[
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 172
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1764
    "function" => "getFlashes"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c7/c766d1b88b091b7857577ff47c08b78675fda4376b3fa96638c81d1f0005fd4d.php"
    "line" => 76
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_8b4a223be43f5b5caed2a0bc1646a5b3dba97f45f1c78ccc3ced07a24397de0b"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/SecurityController.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/92/920f6031a9c9d9b3111b6faff95d433db3476180e2f8a3b77dee33d0e6cf151b.php"
    "line" => 545
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1926
    "function" => "{closure}"
    "class" => "__TwigTemplate_99ff538f7adf98d99f9f054cb3f74beac2f030672a644ddc518e885b21f4a8fe"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/92/920f6031a9c9d9b3111b6faff95d433db3476180e2f8a3b77dee33d0e6cf151b.php"
    "line" => 621
    "function" => "captureOutput"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_99ff538f7adf98d99f9f054cb3f74beac2f030672a644ddc518e885b21f4a8fe"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/Buzz/CoreController.php"
    "line" => 136
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "menu"
    "class" => "App\Controller\Buzz\CoreController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 193
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 430
    "function" => "block_body"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 460
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1926
    "function" => "{closure}"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 465
    "function" => "captureOutput"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 88
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/DetailClassementController.php"
    "line" => 276
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailclassementitemsociete"
    "class" => "App\Controller\DetailClassementController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/public/index.php"
    "line" => 5
    "args" => [
      "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 101
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 72
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/form/FormRenderer.php"
    "line" => 65
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c7/c766d1b88b091b7857577ff47c08b78675fda4376b3fa96638c81d1f0005fd4d.php"
    "line" => 143
    "function" => "renderCsrfToken"
    "class" => "Symfony\Component\Form\FormRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_8b4a223be43f5b5caed2a0bc1646a5b3dba97f45f1c78ccc3ced07a24397de0b"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/SecurityController.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/92/920f6031a9c9d9b3111b6faff95d433db3476180e2f8a3b77dee33d0e6cf151b.php"
    "line" => 545
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1926
    "function" => "{closure}"
    "class" => "__TwigTemplate_99ff538f7adf98d99f9f054cb3f74beac2f030672a644ddc518e885b21f4a8fe"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/92/920f6031a9c9d9b3111b6faff95d433db3476180e2f8a3b77dee33d0e6cf151b.php"
    "line" => 621
    "function" => "captureOutput"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_99ff538f7adf98d99f9f054cb3f74beac2f030672a644ddc518e885b21f4a8fe"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/Buzz/CoreController.php"
    "line" => 136
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "menu"
    "class" => "App\Controller\Buzz\CoreController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 193
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 430
    "function" => "block_body"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 460
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1926
    "function" => "{closure}"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 465
    "function" => "captureOutput"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 88
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/DetailClassementController.php"
    "line" => 276
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailclassementitemsociete"
    "class" => "App\Controller\DetailClassementController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/public/index.php"
    "line" => 5
    "args" => [
      "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:88
[
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 88
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 77
    "function" => "setToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/form/FormRenderer.php"
    "line" => 65
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c7/c766d1b88b091b7857577ff47c08b78675fda4376b3fa96638c81d1f0005fd4d.php"
    "line" => 143
    "function" => "renderCsrfToken"
    "class" => "Symfony\Component\Form\FormRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_8b4a223be43f5b5caed2a0bc1646a5b3dba97f45f1c78ccc3ced07a24397de0b"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/SecurityController.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/92/920f6031a9c9d9b3111b6faff95d433db3476180e2f8a3b77dee33d0e6cf151b.php"
    "line" => 545
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1926
    "function" => "{closure}"
    "class" => "__TwigTemplate_99ff538f7adf98d99f9f054cb3f74beac2f030672a644ddc518e885b21f4a8fe"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/92/920f6031a9c9d9b3111b6faff95d433db3476180e2f8a3b77dee33d0e6cf151b.php"
    "line" => 621
    "function" => "captureOutput"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_99ff538f7adf98d99f9f054cb3f74beac2f030672a644ddc518e885b21f4a8fe"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/Buzz/CoreController.php"
    "line" => 136
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "menu"
    "class" => "App\Controller\Buzz\CoreController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php"
    "line" => 80
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php"
    "line" => 67
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Fragment/FragmentHandler.php"
    "line" => 85
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php"
    "line" => 49
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\Fragment\FragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php"
    "line" => 58
    "function" => "render"
    "class" => "Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 193
    "function" => "renderFragmentStrategy"
    "class" => "Symfony\Bridge\Twig\Extension\HttpKernelRuntime"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 430
    "function" => "block_body"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 460
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1926
    "function" => "{closure}"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/36/3671c0365280328ba61905388c3399359c918c25b868ef2adcc6ceec87d3ed00.php"
    "line" => 465
    "function" => "captureOutput"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b0da13413cef921f645bbdd752fbfbc79aeb55152779518c8df3086de36239ae"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/var/cache/dev/twig/c3/c36752d945c574d7be4f83c929296f2f66204255d798682c29e422e612a402e5.php"
    "line" => 88
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 360
    "function" => "doDisplay"
    "class" => "__TwigTemplate_9ca76ce8329d983aeeb06746013eb4d5315d1ae9b8456d3a18352502a077e497"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Template.php"
    "line" => 335
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/twig/twig/src/Environment.php"
    "line" => 306
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/src/Controller/DetailClassementController.php"
    "line" => 276
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "detailclassementitemsociete"
    "class" => "App\Controller\DetailClassementController"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/www/fusacq_symfony_5.4_preprod/public/index.php"
    "line" => 5
    "args" => [
      "/home/www/fusacq_symfony_5.4_preprod/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
API_KEY_IP_GEOLOCATION
"b44e74c0ae384b3aaf982ee8382768cc"
API_TOKEN
"eyJjbGllbnRfaWQiOiJZekV6TUdkb01ISm5PSEJpT0cxaWJEaHlOVEE9IiwicmVzcG9uc2VfdHlwZSI6ImNvZGUiLCJzY29wZSI6ImludHJvc2NwZWN0X3Rva2VucywgcmV2b2tlX3Rva2VucyIsImlzcyI6ImJqaElSak0xY1hwYWEyMXpkV3RJU25wNmVqbE1iazQ0YlRsTlpqazNkWEU9Iiwic3ViIjoiWXpFek1HZG9NSEpuT0hCaU9HMWliRGh5TlRBPSIsImF1ZCI6Imh0dHBzOi8vbG9jYWxob3N0Ojg0NDMve3RpZH0ve2FpZH0vb2F1dGgyL2F1dGhvcml6ZSIsImp0aSI6IjE1MTYyMzkwMjIiLCJleHAiOiIyMDIxLTA1LTE3VDA3OjA5OjQ4LjAwMCswNTQ1In0"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"36bdb549311212c235e49d05fc144cd6"
CLE_API_OPEN_AI
"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"
CLE_PAYBOX
"HGIJKOHB"
DATABASE_URL
"mysql://fusacqrw:chin2town@10.39.39.208:3306/fusacq_dbo?serverVersion=8.0"
DIR_FICHIER_ENVOI_PAYBOX
"/home/www/fichier_envoi_paybox_system/"
DKIM_PRIVATE_KEY
"""
-----BEGIN RSA PRIVATE KEY-----\n
MIICXAIBAAKBgQDYMcq4j2WvqIK0k/PCVOzNma5T4sc/MHziFSxO2J1PFk60AInf\n
5FN63Yr4EOCJJbUGHkQIjRpk0MbfDYZSEPbtgDZZFcPatDWIZWvxDaBJZzVAofp5\n
EITfXRw9zpMkYchYnqWsQsJwZRj572UBdK+mMxhuMVE0kkstp3F869nzIwIDAQAB\n
AoGAOqE+NdEFpZ6QW8Jn78KyOYu84Bj3KebPZ0yQqI1ME/+btmsS+PnlvcNJBb8l\n
9WuZbSBWGO+TQdXwqNr1G1pobD52DLqsN0MflLFqjbcUipOzC/Tfeg5ztfR3HLMA\n
5kMb7/51z+vJIXJ9vAdP+McHmmeO/nxPnNwYwsZU077IQ5ECQQD4qSdEtOhNvCoL\n
eNA+nRze7T29bDJ9nKJlSruqJXKlOPBBmpY/QNDSH7rLYYyUOlwDXOdDdHbX0wRA\n
2OaMlbSLAkEA3pNT8YLXY114jVMkePXBJeTUyYNx6od+8xt7+cx/KhlHsJL7JFFP\n
NLn6M/zFmJd+I442O/kZklh9TU7/NYnWyQJATaEhbUW9MGeKCMLS4HlURhRyrexV\n
Zvm7iTvnkprWS9aWyyRju6OUjcTyIAR4St5dU39xg5GceIycS1Jrx4AFOQJAcTto\n
gDx9UUrTMqqyqmr0OVACRQZ/JL6MAifgWYQEyakUxKrx41cOQZe/x0T4TZn8jSAj\n
TT18Gey0ymi/A0C9qQJBALHvNVBrljjr8sb1hAVOa6F/0dP7uvzajecYIPy7Z+z5\n
c28zpm6WbzhWaoABAKQlLXHHGJFmH9w6cfBQMpEdGnA=\n
-----END RSA PRIVATE KEY-----
"""
ENCRYPT_ALGO
"sha1"
ENCRYPT_KEY
"464e6r8s46f7g978f6s48e7646j46k6uip64qz"
IDENTIFIANT_PAYBOX
"506034343"
JWT_EXPIRE
"1200"
JWT_SECRET
"b3c8d1f5e9a14f7c92D0F8A7B2E6C4A9F1E8D5C7A0B9F6D3E4C2A8B7"
KEY_PAYBOX
"FA93D9808E50FDF66E77F64FE1A714A9A36D730BD616704D1AD91B56DDFC714CA68B3D834CBD3576F91292658C263AB705AE7847B53BA1201313D048A46D20CB"
LOCK_DSN
"flock"
MAILER_DSN
"smtp://37.187.157.203:26"
NUMERO_RANG_PAYBOX
"01"
NUMERO_SITE_PAYBOX
"3753676"
PWD_MONGO_MARKETING
"more.fusion"
RECAPTCHA_PRIVATE_KEY
"6LcPak8qAAAAAOioF_u1IenY8HU9SILp0lTJ8Gba"
RECAPTCHA_PUBLIC_KEY
"6LcPak8qAAAAAOZ-gZqBRf9JSvDfd7-pdAxY8Bdy"
REDIS_HOST
"10.39.39.207"
REDIS_PASSWORD
"Chin1town"
REDIS_PORT
"6379"
SEPA_ENDPOINT
"http://sepa.fusacq.com/sdd"
TRUSTED_IPS
"91.175.105.113, 85.69.67.233, 82.66.66.27, 89.88.99.166, 90.63.222.54, 37.65.12.97, 79.91.36.254, 77.136.55.29, 85.69.66.119, 85.69.62.197, 77.131.12.109, 77.131.12.204, 88.126.187.116, 92.169.245.240, 91.163.226.211, 176.144.245.83, 90.60.44.171, 37.65.161.66, 31.38.163.101, 37.65.13.97"
USER_MONGO_MARKETING
"marketing-admin"
keyTestPayboxGeneral
"0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/home/www/fusacq_symfony_5.4_preprod/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/www/fusacq_symfony_5.4_preprod/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_HOST
"preprod.fusacq.com"
HTTP_REFERER
"https://preprod.fusacq.com/"
HTTP_USER_AGENT
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"preprod.fusacq.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/buzz/operations-realisees-par-groupe-stratos,2471,banques_affaires,fusion_acquisition,2025,00,3,70,0"
REMOTE_ADDR
"156.205.133.37"
REMOTE_PORT
"35442"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1776951662
REQUEST_TIME_FLOAT
1776951662.6044
REQUEST_URI
"/buzz/operations-realisees-par-groupe-stratos,2471,banques_affaires,fusion_acquisition,2025,00,3,70,0"
SCRIPT_FILENAME
"/home/www/fusacq_symfony_5.4_preprod/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"51.91.118.176"
SERVER_ADMIN
"developpement@fusacq.com"
SERVER_NAME
"preprod.fusacq.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.59 (Debian) Server at preprod.fusacq.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.59 (Debian)"
SSL_TLS_SNI
"preprod.fusacq.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,MAILER_DSN,DATABASE_URL,REDIS_HOST,REDIS_PORT,REDIS_PASSWORD,USER_MONGO_MARKETING,PWD_MONGO_MARKETING,ENCRYPT_KEY,ENCRYPT_ALGO,NUMERO_SITE_PAYBOX,NUMERO_RANG_PAYBOX,IDENTIFIANT_PAYBOX,CLE_PAYBOX,KEY_PAYBOX,keyTestPayboxGeneral,DIR_FICHIER_ENVOI_PAYBOX,RECAPTCHA_PUBLIC_KEY,RECAPTCHA_PRIVATE_KEY,DKIM_PRIVATE_KEY,TRUSTED_IPS,CLE_API_OPEN_AI,API_KEY_IP_GEOLOCATION,API_TOKEN,JWT_SECRET,JWT_EXPIRE,LOCK_DSN,SEPA_ENDPOINT"

Parent Request

Return to parent request (token = a69825)

Key Value
_controller
"App\Controller\DetailClassementController::detailclassementitemsociete"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"classement-operations-realisees-par"
_route_params
[
  "params" => "-groupe-stratos,2471,banques_affaires,fusion_acquisition,2025,00,3,70,0"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"73f562"
params
"-groupe-stratos,2471,banques_affaires,fusion_acquisition,2025,00,3,70,0"