<?php
namespace Illuminate\Support;
use ArrayAccess;
use ArrayIterator;
use Illuminate\Support\Traits\EnumeratesValues;
use Illuminate\Support\Traits\Macroable;
use stdClass;
class Collection implements ArrayAccess, Enumerable
{
use EnumeratesValues, Macroable;
/**
* The items contained in the collection.
*
* @var array
*/
protected $items = [];
/**
* Create a new collection.
*
* @param mixed $items
* @return void
*/
public function __construct($items = [])
{
$this->items = $this->getArrayableItems($items);
}
/**
* Create a new collection by invoking the callback a given amount of times.
*
* @param int $number
* @param callable|null $callback
* @return static
*/
public static function times($number, callable $callback = null)
""" During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/sulayici/app_sulayici/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1349\n Stack trace:\n #0 /home/sulayici/app_sulayici/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/sulayici/...', 1349)\n #1 /home/sulayici/app_sulayici/vendor/composer/ClassLoader.php(480): include('/home/sulayici/...')\n #2 /home/sulayici/app_sulayici/vendor/composer/ClassLoader.php(346): Composer\Autoload\includeFile('/home/sulayici/...')\n #3 /home/sulayici/app_sulayici/vendor/laravel/framework/src/Illuminate/Support/helpers.php(110): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n #4 /home/sulayici/app_sulayici/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n #5 /home/sulayici/app_sulayici/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n #6 /home/sulayici/app_sulayici/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n #7 /home/sulayici/app_sulayici/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(230): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n #8 /home/sulayici/app_sulayici/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(151): Illuminate\Foundation\Application->bootstrapWith(Array)\n #9 /home/sulayici/app_sulayici/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(135): Illuminate\Foundation\Http\Kernel->bootstrap()\n #10 /home/sulayici/app_sulayici/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(109): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n #11 /home/sulayici/public_html/index.php(61): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n #12 {main} """
Key | Value |
CONTEXT_DOCUMENT_ROOT | "/home/sulayici/public_html"
|
CONTEXT_PREFIX | "" |
DOCUMENT_ROOT | "/home/sulayici/public_html"
|
GATEWAY_INTERFACE | "CGI/1.1"
|
H2PUSH | "off"
|
H2_PUSH | "off"
|
H2_PUSHED | "" |
H2_PUSHED_ON | "" |
H2_STREAM_ID | "3"
|
H2_STREAM_TAG | "17113-345-3"
|
HTTP2 | "on"
|
HTTPS | "on"
|
HTTP_ACCEPT | "*/*"
|
HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate"
|
HTTP_HOST | "sulayici.com"
|
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
|
HTTP_X_HTTPS | "1"
|
PATH | "/bin:/usr/bin"
|
PHP_INI_SCAN_DIR | "/opt/cpanel/ea-php81/root/etc:/opt/cpanel/ea-php81/root/etc/php.d:."
|
QUERY_STRING | "" |
REDIRECT_STATUS | "200"
|
REMOTE_ADDR | "216.73.216.237"
|
REMOTE_PORT | "40414"
|
REQUEST_METHOD | "GET"
|
REQUEST_SCHEME | "https"
|
REQUEST_URI | "/"
|
SCRIPT_FILENAME | "/home/sulayici/public_html/index.php"
|
SCRIPT_NAME | "/index.php"
|
SCRIPT_URI | "https://sulayici.com/"
|
SCRIPT_URL | "/"
|
SERVER_ADDR | "95.173.184.52"
|
SERVER_ADMIN | "webmaster@sulayici.com"
|
SERVER_NAME | "sulayici.com"
|
SERVER_PORT | "443"
|
SERVER_PROTOCOL | "HTTP/2.0"
|
SERVER_SIGNATURE | "" |
SERVER_SOFTWARE | "Apache"
|
SSL_TLS_SNI | "sulayici.com"
|
TZ | "Europe/Istanbul"
|
UNIQUE_ID | "aDBJxfwmWOQ0JBwkg-waGAABSQY"
|
PHP_SELF | "/index.php"
|
REQUEST_TIME_FLOAT | 1747995077.3637
|
REQUEST_TIME | 1747995077
|
argv | [] |
argc | 0
|
APP_NAME | "Laravel"
|
APP_ENV | "local"
|
APP_KEY | "base64:JUTg7ig//ngBGKcQDflYAx6b2P1auV3wGW4C8N4lrI0="
|
APP_DEBUG | "true"
|
APP_URL | "http://localhost"
|
LOG_CHANNEL | "stack"
|
DB_CONNECTION | "mysql"
|
DB_HOST | "localhost"
|
DB_PORT | "3306"
|
DB_DATABASE | "sulayici_site"
|
DB_USERNAME | "sulayici_site"
|
DB_PASSWORD | "Sly.esas?2023!"
|
BROADCAST_DRIVER | "log"
|
CACHE_DRIVER | "file"
|
QUEUE_CONNECTION | "sync"
|
SESSION_DRIVER | "file"
|
SESSION_LIFETIME | "120"
|
REDIS_HOST | "127.0.0.1"
|
REDIS_PASSWORD | "null"
|
REDIS_PORT | "6379"
|
MAIL_MAILER | "smtp"
|
MAIL_HOST | "mail.sulayici.com"
|
MAIL_PORT | "587"
|
MAIL_USERNAME | "iletisim@sulayici.com"
|
MAIL_PASSWORD | "Sly.2686203"
|
MAIL_ENCRYPTION | "" |
MAIL_FROM_ADDRESS | "iletisim@sulayici.com"
|
MAIL_FROM_NAME | "SULAYICI"
|
AWS_ACCESS_KEY_ID | "" |
AWS_SECRET_ACCESS_KEY | "" |
AWS_DEFAULT_REGION | "us-east-1"
|
AWS_BUCKET | "" |
PUSHER_APP_ID | "" |
PUSHER_APP_KEY | "" |
PUSHER_APP_SECRET | "" |
PUSHER_APP_CLUSTER | "mt1"
|
MIX_PUSHER_APP_KEY | "" |
MIX_PUSHER_APP_CLUSTER | "mt1"
|
Key | Value |
APP_NAME | "Laravel"
|
APP_ENV | "local"
|
APP_KEY | "base64:JUTg7ig//ngBGKcQDflYAx6b2P1auV3wGW4C8N4lrI0="
|
APP_DEBUG | "true"
|
APP_URL | "http://localhost"
|
LOG_CHANNEL | "stack"
|
DB_CONNECTION | "mysql"
|
DB_HOST | "localhost"
|
DB_PORT | "3306"
|
DB_DATABASE | "sulayici_site"
|
DB_USERNAME | "sulayici_site"
|
DB_PASSWORD | "Sly.esas?2023!"
|
BROADCAST_DRIVER | "log"
|
CACHE_DRIVER | "file"
|
QUEUE_CONNECTION | "sync"
|
SESSION_DRIVER | "file"
|
SESSION_LIFETIME | "120"
|
REDIS_HOST | "127.0.0.1"
|
REDIS_PASSWORD | "null"
|
REDIS_PORT | "6379"
|
MAIL_MAILER | "smtp"
|
MAIL_HOST | "mail.sulayici.com"
|
MAIL_PORT | "587"
|
MAIL_USERNAME | "iletisim@sulayici.com"
|
MAIL_PASSWORD | "Sly.2686203"
|
MAIL_ENCRYPTION | "" |
MAIL_FROM_ADDRESS | "iletisim@sulayici.com"
|
MAIL_FROM_NAME | "SULAYICI"
|
AWS_ACCESS_KEY_ID | "" |
AWS_SECRET_ACCESS_KEY | "" |
AWS_DEFAULT_REGION | "us-east-1"
|
AWS_BUCKET | "" |
PUSHER_APP_ID | "" |
PUSHER_APP_KEY | "" |
PUSHER_APP_SECRET | "" |
PUSHER_APP_CLUSTER | "mt1"
|
MIX_PUSHER_APP_KEY | "" |
MIX_PUSHER_APP_CLUSTER | "mt1"
|