Dumped Contents
In
DefaultController.php
line 15:
#[Route('/', name: 'app_default')]
public function index(Request $request): Response
{
dump($request);
return $this->render('default/index.html.twig', [
'controller_name' => 'DefaultController',
Symfony\Component\HttpFoundation\Request {#2
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#15
#parameters: array:8 [
"_stopwatch_token" => "9f2559"
"_route" => "app_default"
"_controller" => "App\Controller\DefaultController::index"
"_route_params" => []
"_firewall_context" => "security.firewall.map.context.main"
"_security_skipped_authenticators" => []
"_security_authenticators" => []
"_access_control_attributes" => null
]
}
+request: Symfony\Component\HttpFoundation\InputBag {#9
#parameters: []
}
+query: Symfony\Component\HttpFoundation\InputBag {#12
#parameters: []
}
+server: Symfony\Component\HttpFoundation\ServerBag {#18
#parameters: array:38 [
"USER" => "apache"
"HOME" => "/usr/share/httpd"
"HTTP_ACCEPT_ENCODING" => "gzip, br, zstd, deflate"
"HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
"HTTP_ACCEPT" => "*/*"
"HTTP_HOST" => "symfony.ggf.name"
"SCRIPT_FILENAME" => "/home/sites/symfony/public/index.php"
"APP_SECRET" => ""
"APP_ENV" => "dev"
"REDIRECT_STATUS" => "200"
"SERVER_NAME" => "symfony.ggf.name"
"SERVER_PORT" => "443"
"SERVER_ADDR" => "192.168.2.161"
"REMOTE_PORT" => "54966"
"REMOTE_ADDR" => "216.73.216.36"
"SERVER_SOFTWARE" => "nginx/1.26.3"
"GATEWAY_INTERFACE" => "CGI/1.1"
"HTTPS" => "on"
"REQUEST_SCHEME" => "https"
"SERVER_PROTOCOL" => "HTTP/2.0"
"DOCUMENT_ROOT" => "/home/sites/symfony/public"
"DOCUMENT_URI" => "/index.php"
"REQUEST_URI" => "/"
"SCRIPT_NAME" => "/index.php"
"CONTENT_LENGTH" => ""
"CONTENT_TYPE" => ""
"REQUEST_METHOD" => "GET"
"QUERY_STRING" => ""
"FCGI_ROLE" => "RESPONDER"
"PHP_SELF" => "/index.php"
"REQUEST_TIME_FLOAT" => 1772188232.0301
"REQUEST_TIME" => 1772188232
"SYMFONY_DOTENV_PATH" => "/home/sites/symfony/.env"
"DATABASE_URL" => "mysql://symfony:MMnnMMnnMMnnH@127.0.0.1:3306/symfony?serverVersion=10.11.2-MariaDB&charset=utf8mb4"
"MESSENGER_TRANSPORT_DSN" => "doctrine://default?auto_setup=0"
"MAILER_DSN" => "null://null"
"SYMFONY_DOTENV_VARS" => "DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN"
"APP_DEBUG" => "1"
]
}
+files: Symfony\Component\HttpFoundation\FileBag {#17
#parameters: []
}
+cookies: Symfony\Component\HttpFoundation\InputBag {#16
#parameters: []
}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#19
#headers: array:5 [
"accept-encoding" => array:1 [
0 => "gzip, br, zstd, deflate"
]
"user-agent" => array:1 [
0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
]
"accept" => array:1 [
0 => "*/*"
]
"host" => array:1 [
0 => "symfony.ggf.name"
]
"x-php-ob-level" => array:1 [
0 => "1"
]
]
#cacheControl: []
}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: null
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Closure() {#553
class: "Symfony\Component\HttpKernel\EventListener\SessionListener"
this: Symfony\Component\HttpKernel\EventListener\SessionListener {#143 …}
use: {
$request: Symfony\Component\HttpFoundation\Request {#2}
$sess: null
}
}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
-isSafeContentPreferred: ? bool
-trustedValuesCache: []
-isIisRewrite: false
basePath: ""
format: "html"
}