https://www.sip-projects-services.com/showformationFront/java-oca-4.html

HomeController :: showformationFront

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\HomeController::showformationFront"
_firewall_context
"security.firewall.map.context.main"
_links
Symfony\Component\WebLink\GenericLinkProvider {#2508
  -links: [
    2496 => Symfony\Component\WebLink\Link {#2496
      -href: "https://www.sip-projects-services.com/api/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_route
"app_formation_detailsfront"
_route_params
[
  "slug" => "java-oca-4.html"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"a815f0"
formation
App\Entity\Formation {#1028
  -id: 4
  -titre: "Java OCA"
  -prix: "500"
  -description: """
    <p><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">We present below the content of the training :</span></span></p>\r\n
    \r\n
    <p><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive"><strong>Java Basics&nbsp;</strong></span></span></p>\r\n
    \r\n
    <ul>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Define the scope of variables&nbsp;</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Define the structure of a Java class</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Create executable Java applications with a main method; run a Java program from the command line; produce console output</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Import other Java packages to make them accessible in your code</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Compare and contrast the features and components of Java such as: platform independence, object orientation, encapsulation, etc.</span></span></li>\r\n
    </ul>\r\n
    \r\n
    <p><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive"><strong>Working With Java Data Types&nbsp;</strong></span></span></p>\r\n
    \r\n
    <ul>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Declare and initialize variables (including casting of primitive data types)</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Differentiate between object reference variables and primitive variables</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Know how to read or write to object fields</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Explain an Object&#39;s Lifecycle (creation, &quot;dereference by reassignment&quot; and garbage collection)</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Develop code that uses wrapper classes such as Boolean, Double, and Integer&nbsp;&nbsp;</span></span></li>\r\n
    </ul>\r\n
    \r\n
    <p><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive"><strong>Using Operators and Decision Constructs</strong>&nbsp;</span></span></p>\r\n
    \r\n
    <ul>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Use Java operators; use parentheses to override operator precedence</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Test equality between Strings and other objects using == and equals ()</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Create if and if/else and ternary constructs&nbsp;</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Use a switch statement&nbsp;</span></span></li>\r\n
    </ul>\r\n
    \r\n
    <p><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive"><strong>Creating and Using Arrays&nbsp;</strong></span></span></p>\r\n
    \r\n
    <ul>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Declare, instantiate, initialize and use a one-dimensional array</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Declare, instantiate, initialize and use multi-dimensional arrays</span></span></li>\r\n
    </ul>\r\n
    \r\n
    <p><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive"><strong>Using Loop Constructs&nbsp;</strong></span></span></p>\r\n
    \r\n
    <ul>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Create and use while loops</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Create and use for loops including the enhanced for loop</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Create and use do/while loops</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Compare loop constructs</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Use break and continue&nbsp;&nbsp;</span></span></li>\r\n
    </ul>\r\n
    \r\n
    <p><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive"><strong>Working with Methods and Encapsulation&nbsp;</strong></span></span></p>\r\n
    \r\n
    <ul>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Create methods with arguments and return values; including overloaded methods</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Apply the static keyword to methods and fields&nbsp;&nbsp;</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Create and overload constructors; differentiate between default and user defined constructors</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Apply access modifiers</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Apply encapsulation principles to a class</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Determine the effect upon object references and primitive values when they are passed&nbsp; into methods that change the values</span></span></li>\r\n
    </ul>\r\n
    \r\n
    <p><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive"><strong>Working with Inheritance&nbsp;</strong></span></span></p>\r\n
    \r\n
    <ul>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Describe inheritance and its benefits</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Develop code that makes use of polymorphism; develop code that overrides methods;&nbsp; differentiate between the type of a reference and the type of an object</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Determine when casting is necessary</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Use super and this to access objects and constructors</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Use abstract classes and interfaces</span></span></li>\r\n
    </ul>\r\n
    \r\n
    <p><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive"><strong>Handling Exceptions&nbsp;</strong></span></span></p>\r\n
    \r\n
    <ul>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Differentiate among checked exceptions, unchecked exceptions, and Errors</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Create a try-catch block and determine how exceptions alter normal program flow</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Describe the advantages of Exception handling&nbsp;</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Create and invoke a method that throws an exception</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Recognize common exception classes (such as NullPointerException, ArithmeticException, ArrayIndexOutOfBoundsException, ClassCastException)</span></span></li>\r\n
    </ul>\r\n
    \r\n
    <p><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive"><strong>Working with Selected classes from the Java API&nbsp;</strong></span></span></p>\r\n
    \r\n
    <ul>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Manipulate data using the StringBuilder class and its methods</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Create and manipulate Strings</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Create and manipulate calendar data using classes from java.time.LocalDateTime,&nbsp; java.time.LocalDate, java.time.LocalTime, java.time.format.DateTimeFormatter, java.time.Period</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Declare and use an ArrayList of a given type&nbsp;</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Write a simple Lambda expression that consumes a Lambda Predicate expression</span></span></li>\r\n
    </ul>\r\n
    \r\n
    <p><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive"><strong>Working with modules</strong></span></span></p>\r\n
    \r\n
    <ul>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">What is a Java module?</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Creating and runing Java module</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Modular applications</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Export/Require/Transitive Require</span></span></li>\r\n
    \t<li><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">Basic commands</span></span></li>\r\n
    </ul>\r\n
    \r\n
    <p>&nbsp;</p>
    """
  -contenu: null
  -affiche: "OCP11 (370 × 250 px)-64f6585b751cb.png"
  -duree: "40H"
  -slug: "java-oca-4.html"
  -planification: null
  -texttt: "une formation kubernetes qui est riche en informations"
  -totalinscrit: "220"
  -nblike: "185"
  -nbavis: "100"
  -niveau: "Débutant"
  -categorie: "Certifiante"
  -nbheure: null
  -desccourt: "<p style="text-align:justify"><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">C&#39;est une formation permettant aux stagiaires d&#39;avoir un niveau confirm&eacute; en tant que d&eacute;veloppeur Java, ce niveau vous permet de passer l&#39;examen Oracle 1Z0-808 et de se plonger dans les framework tel que Spring. Plusieurs th&eacute;matiques seront trait&eacute;es dans cette formation tel que les API coeur de Java, les exceptions, le polymorphisme et l&#39;encapsulation, l&#39;expression lambda et la programmation fonctionnelle !&nbsp;</span></span><span style="font-size:14px"><span style="font-family:Comic Sans MS,cursive">c&#39;est par ici qu&#39;il faut d&eacute;marrer :)</span></span></p>"
  -photofront: "OCA 11 GV-64f73a622dad9.png"
  -formateur: Proxies\__CG__\App\Entity\User {#1124 …}
  -sections: Doctrine\ORM\PersistentCollection {#1112 …}
  -evenements: Doctrine\ORM\PersistentCollection {#1090 …}
  -isPopulaire: true
  -offres: Doctrine\ORM\PersistentCollection {#1038 …}
  -traces: Doctrine\ORM\PersistentCollection {#1045 …}
}
slug
"java-oca-4.html"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
authorization
""
host
"www.sip-projects-services.com"
remote-ip
"216.73.216.222"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.222"
x-forwarded-proto
"https"
x-ovhrequest-id
"350648f48b3bcb6a46ffff0fdf4d5d1c"
x-php-ob-level
"1"
x-predictor
"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
"Sat, 22 Aug 2026 13:41:07 GMT"
link
"<https://www.sip-projects-services.com/api/docs.jsonld>; rel="http://www.w3.org/ns/hydra/core#apiDocumentation""
x-debug-token
"20deff"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 8

Session Metadata

Key Value
Created
"Sat, 22 Aug 26 15:41:07 +0200"
Last used
"Sat, 22 Aug 26 15:41:07 +0200"
Lifetime
28800

Session Attributes

No session attributes

Session Usage

8 Usages
Stateless check enabled
Usage
App\Twig\PanierExtension:21
[
  [
    "file" => "/home/sipprog/www/src/Twig/PanierExtension.php"
    "line" => 21
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/ExtensionSet.php"
    "line" => 331
    "function" => "getGlobals"
    "class" => "App\Twig\PanierExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Environment.php"
    "line" => 788
    "function" => "getGlobals"
    "class" => "Twig\ExtensionSet"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Environment.php"
    "line" => 801
    "function" => "getGlobals"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "mergeGlobals"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 40
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Environment.php"
    "line" => 280
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 220
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 228
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/src/Controller/HomeController.php"
    "line" => 566
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "showformationFront"
    "class" => "App\Controller\HomeController"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/public/index.php"
    "line" => 5
    "args" => [
      "/home/sipprog/www/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Twig\PanierExtension:22
[
  [
    "file" => "/home/sipprog/www/src/Twig/PanierExtension.php"
    "line" => 22
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/ExtensionSet.php"
    "line" => 331
    "function" => "getGlobals"
    "class" => "App\Twig\PanierExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Environment.php"
    "line" => 788
    "function" => "getGlobals"
    "class" => "Twig\ExtensionSet"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Environment.php"
    "line" => 801
    "function" => "getGlobals"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "mergeGlobals"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 40
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Environment.php"
    "line" => 280
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 220
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 228
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/src/Controller/HomeController.php"
    "line" => 566
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "showformationFront"
    "class" => "App\Controller\HomeController"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/public/index.php"
    "line" => 5
    "args" => [
      "/home/sipprog/www/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/sipprog/www/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1635
    "function" => "getUser"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/var/cache/dev/twig/b8/b829fe302e6073d7c1193a7ad1c36f10.php"
    "line" => 931
    "function" => "twig_get_attribute"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_mm"
    "class" => "__TwigTemplate_5467124ac0b6e90723525ef4b67a2093"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/var/cache/dev/twig/b8/b829fe302e6073d7c1193a7ad1c36f10.php"
    "line" => 284
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_5467124ac0b6e90723525ef4b67a2093"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/var/cache/dev/twig/bd/bd78ec01344344455447142719b357d8.php"
    "line" => 49
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_ef9da448d394db684311f122f64b3d3d"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 40
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/twig/twig/src/Environment.php"
    "line" => 280
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 220
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 228
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/src/Controller/HomeController.php"
    "line" => 566
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "showformationFront"
    "class" => "App\Controller\HomeController"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/public/index.php"
    "line" => 5
    "args" => [
      "/home/sipprog/www/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 151
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/public/index.php"
    "line" => 5
    "args" => [
      "/home/sipprog/www/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 151
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/public/index.php"
    "line" => 5
    "args" => [
      "/home/sipprog/www/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 151
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/public/index.php"
    "line" => 5
    "args" => [
      "/home/sipprog/www/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 151
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/public/index.php"
    "line" => 5
    "args" => [
      "/home/sipprog/www/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 151
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sipprog/www/public/index.php"
    "line" => 5
    "args" => [
      "/home/sipprog/www/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_MEDIA_SECRET
"5f6e8a4d7c1b3f9d4e5a2c1b9f0d7e6c"
APP_SECRET
"1d32da938af66cd42d55fdb74a98568a"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://sipprogsipacadem:ACsSip12062026@sipprogsipacadem.mysql.db:3306/sipprogsipacadem?serverVersion=10.4.18-MariaDB&charset=utf8mb4"
JWT_PASSPHRASE
"56c5737238e16dd0d42d365b2b0304e21f89d9453d2f4aebb5f98e1206cb7ea8"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"smtp://sip-academy@smart-it-partner.com:8Z42xmlGggkoiPFjUyS1LA0Kf@ssl0.ovh.net:587"
MAILER_FROM_ADDRESS
"sip-academy@smart-it-partner.com"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
TWILIO_SID
"AC6825fd8aa644fce062b5dd37a5ccb0b3"
TWILIO_TOKEN
"7c6ac52b6e8925b136b50eaffce63d01"
TWILIO_WHATSAPP_NUMBER
"whatsapp:+14155238886"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CFG_CLUSTER
"cluster100"
DOCUMENT_ROOT
"/home/sipprog/www"
ENVIRONMENT
"production"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_AREA_CODE
"805"
GEOIP_CITY
"Santa Paula"
GEOIP_COUNTRY_CODE
"US"
GEOIP_COUNTRY_NAME
"United States"
GEOIP_DMA_CODE
"803"
GEOIP_LATITUDE
"34.355598"
GEOIP_LONGITUDE
"-119.070099"
GEOIP_REGION
"CA"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_AUTHORIZATION
""
HTTP_HOST
"www.sip-projects-services.com"
HTTP_REMOTE_IP
"216.73.216.222"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.222"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OVHREQUEST_ID
"350648f48b3bcb6a46ffff0fdf4d5d1c"
HTTP_X_PREDICTOR
"1"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/showformationFront/java-oca-4.html"
REMOTE_ADDR
"216.73.216.222"
REMOTE_PORT
"29982"
REQUEST_METHOD
"GET"
REQUEST_TIME
1787406066
REQUEST_TIME_FLOAT
1787406066.7985
REQUEST_URI
"/showformationFront/java-oca-4.html"
SCRIPT_FILENAME
"/home/sipprog/www/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://www.sip-projects-services.com:443/showformationFront/java-oca-4.html"
SCRIPT_URL
"/showformationFront/java-oca-4.html"
SERVER_ADDR
"10.100.20.1"
SERVER_ADMIN
"postmaster@www.sip-projects-services.com"
SERVER_NAME
"www.sip-projects-services.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,MAILER_FROM_ADDRESS,CORS_ALLOW_ORIGIN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,TWILIO_SID,TWILIO_TOKEN,TWILIO_WHATSAPP_NUMBER,APP_MEDIA_SECRET"
UNIQUE_ID
"aomm8me@UwwQQXW6RLdrsQAAATM"
USER
"sipprog"
argc
0
argv
[]