<?php
namespace Illuminate\Support;
use ArrayAccess;
use JsonSerializable;
use Illuminate\Contracts\Support\Jsonable;
use Illuminate\Contracts\Support\Arrayable;
class Fluent implements ArrayAccess, Arrayable, Jsonable, JsonSerializable
{
/**
* All of the attributes set on the container.
*
* @var array
*/
protected $attributes = [];
/**
* Create a new fluent container instance.
*
* @param array|object $attributes
* @return void
*/
public function __construct($attributes = [])
{
foreach ($attributes as $key => $value) {
$this->attributes[$key] = $value;
}
}
/**
* Get an attribute from the container.
*
* @param string $key
* @param mixed $default
* @return mixed
*/
public function get($key, $default = null)
{
*
* @return void
*/
public function handleShutdown()
{
// If we reached this step, we are in shutdown handler.
// An exception thrown in a shutdown handler will not be propagated
// to the exception handler. Pass that information along.
$this->canThrowExceptions = false;
$error = $this->system->getLastError();
if ($error && Misc::isLevelFatal($error['type'])) {
// If there was a fatal error,
// it was not handled in handleError yet.
$this->allowQuit = false;
$this->handleError(
$error['type'],
$error['message'],
$error['file'],
$error['line']
);
}
}
/**
* @param Throwable $exception
*
* @return Inspector
*/
private function getInspector($exception)
{
return new Inspector($exception);
}
/**
* Resolves the giving handler.
*
* @param HandlerInterface $handler
*
* @return HandlerInterface
| Key | Value |
| __cf_bm | dIbx9mCpdOMptiWqJ7.ewuXLsHzDHuVYio1bX82xXW0-1786891977.4766314-1.0.1.1-_RdH5ipu7WKtfiizLgIwbWO83YDQL8i9vvXvWnapETG0jGtmFfox32.pxCu7lGEwdDS2VBfb2MwujWgtWFOk2EHU2bM6gK_uiKez9SlKwNqzitcQ9wc2x6EGh10CAjNh |
| wp-wpml_current_language | pt-pt |
| Key | Value |
| SERVER_SOFTWARE | nginx/1.31.3 |
| REQUEST_URI | / |
| MAGICK_TEMPORARY_PATH | /www/confymolit_281/tmp |
| USER | confymolit |
| HOME | /www/confymolit_281 |
| HTTP_COOKIE | __cf_bm=dIbx9mCpdOMptiWqJ7.ewuXLsHzDHuVYio1bX82xXW0-1786891977.4766314-1.0.1.1-_RdH5ipu7WKtfiizLgIwbWO83YDQL8i9vvXvWnapETG0jGtmFfox32.pxCu7lGEwdDS2VBfb2MwujWgtWFOk2EHU2bM6gK_uiKez9SlKwNqzitcQ9wc2x6EGh10CAjNh |
| HTTP_X_FORWARDED_PROTO | https |
| HTTP_CF_IPCOUNTRY | US |
| HTTP_CF_WORKER | kinsta.cloud |
| HTTP_KI_BOT_CATEGORY | aggressive_crawler |
| HTTP_KI_AI_CRAWLER | yes |
| HTTP_KI_REALIP | 216.73.217.151 |
| HTTP_X_KINSTA_EDGE_LB | KCW |
| HTTP_X_KINSTA_EDGE_INCOMINGIP | 216.73.217.151 |
| HTTP_CF_VISITOR | {\"scheme\":\"https\"} |
| HTTP_KI_REQUEST_COLO | 185 |
| HTTP_CF_DEVICE_TYPE | desktop |
| HTTP_CF_CONNECTING_IP | 216.73.217.151 |
| HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| HTTP_ACCEPT | */* |
| HTTP_ACCEPT_ENCODING | gzip, br |
| HTTP_CF_RAY | a2c1463b3ceacf6e-CMH |
| HTTP_KI_REQUEST_METAL | 45 |
| HTTP_KI_UA_LOWERCASED | mozilla/5.0 applewebkit/537.36 (khtml, like gecko; compatible; claudebot/1.0; +claudebot@anthropic.com) |
| HTTP_CDN_LOOP | cloudflare; loops=1; subreqs=1 |
| HTTP_CF_EW_VIA | 15 |
| HTTP_KI_VBOT_CATEGORY | AI Crawler |
| HTTP_X_FORWARDED_FOR | 216.73.217.151 |
| SCRIPT_FILENAME | /www/confymolit_281/public/index.php |
| REDIRECT_STATUS | 200 |
| WP_ENVIRONMENT_TYPE | production |
| KINSTA_CACHE_ZONE | KINSTAWP |
| SERVER_NAME | confymolit.kinsta.cloud |
| SERVER_PORT | 443 |
| SERVER_ADDR | 10.0.14.49 |
| REMOTE_PORT | |
| REMOTE_ADDR | 216.73.217.151 |
| GATEWAY_INTERFACE | CGI/1.1 |
| HTTP_HOST | confymolit.kinsta.cloud |
| HTTPS | on |
| SERVER_PROTOCOL | HTTP/2.0 |
| DOCUMENT_ROOT | /www/confymolit_281/public |
| DOCUMENT_URI | /index.php |
| SCRIPT_NAME | /index.php |
| CONTENT_LENGTH | |
| CONTENT_TYPE | |
| REQUEST_METHOD | GET |
| QUERY_STRING | |
| FCGI_ROLE | RESPONDER |
| PHP_SELF | /index.php |
| REQUEST_TIME_FLOAT | 1786892067.1396 |
| REQUEST_TIME | 1786892067 |
| DEV_ENV | false |
| WP_DEBUG | true |
| WP_DEBUG_LOG | true |
| WP_POST_REVISIONS | 3 |
| DBHOST | localhost |
| DBNAME | confymolit |
| DBUSER | confymolit |
| DBPASS | yoBqaJJDxGuMr2l |
| WP_TABLE_PREFIX | wp_ |
| LOCALHOSTNAME | www.confymol.it |
| MAPS_API_KEY | AIzaSyAGAbh86aRAxRLjXqf9_MqE62Iy9bs8H6Y |
| Key | Value |
| DEV_ENV | false |
| WP_DEBUG | true |
| WP_DEBUG_LOG | true |
| WP_POST_REVISIONS | 3 |
| DBHOST | localhost |
| DBNAME | confymolit |
| DBUSER | confymolit |
| DBPASS | yoBqaJJDxGuMr2l |
| WP_TABLE_PREFIX | wp_ |
| LOCALHOSTNAME | www.confymol.it |
| MAPS_API_KEY | AIzaSyAGAbh86aRAxRLjXqf9_MqE62Iy9bs8H6Y |