<?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 $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/adminmespoir/public_html/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1277\n Stack trace:\n #0 /home/adminmespoir/public_html/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/adminmesp...', 1277)\n #1 /home/adminmespoir/public_html/vendor/composer/ClassLoader.php(571): include('/home/adminmesp...')\n #2 /home/adminmespoir/public_html/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile('/home/adminmesp...')\n #3 /home/adminmespoir/public_html/vendor/laravel/framework/src/Illuminate/Support/helpers.php(109): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n #4 /home/adminmespoir/public_html/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n #5 /home/adminmespoir/public_html/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n #6 /home/adminmespoir/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n #7 /home/adminmespoir/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(219): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n #8 /home/adminmespoir/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(156): Illuminate\Foundation\Application->bootstrapWith(Array)\n #9 /home/adminmespoir/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(140): Illuminate\Foundation\Http\Kernel->bootstrap()\n #10 /home/adminmespoir/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n #11 /home/adminmespoir/public_html/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n #12 /home/adminmespoir/public_html/index.php(24): require_once('/home/adminmesp...')\n #13 {main} """
Key | Value |
page | "2"
|
Key | Value |
PATH | "/usr/local/bin:/usr/bin:/bin"
|
TZ | "UTC"
|
REDIRECT_HANDLER | "application/x-httpd-ea-php81"
|
REDIRECT_STATUS | "200"
|
SCRIPT_URL | "/turkey/all/eye-surgery/age-related-macular-degeneration-treatment/hospitals"
|
SCRIPT_URI | "https://www.mespoir.com/turkey/all/eye-surgery/age-related-macular-degeneration-treatment/hospitals"
|
HTTPS | "on"
|
SSL_TLS_SNI | "www.mespoir.com"
|
HTTP_USER_AGENT | "CCBot/2.0 (https://commoncrawl.org/faq/)"
|
HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
|
HTTP_ACCEPT_LANGUAGE | "en-US,en;q=0.5"
|
HTTP_IF_MODIFIED_SINCE | "Wed, 17 Apr 2024 19:42:51 GMT"
|
HTTP_ACCEPT_ENCODING | "br,gzip"
|
HTTP_HOST | "www.mespoir.com"
|
HTTP_X_HTTPS | "1"
|
SERVER_SIGNATURE | "" |
SERVER_SOFTWARE | "Apache"
|
SERVER_NAME | "www.mespoir.com"
|
SERVER_ADDR | "92.205.164.156"
|
SERVER_PORT | "443"
|
REMOTE_ADDR | "3.238.227.73"
|
DOCUMENT_ROOT | "/home/adminmespoir/public_html"
|
REQUEST_SCHEME | "https"
|
CONTEXT_PREFIX | "/cgi-sys"
|
CONTEXT_DOCUMENT_ROOT | "/usr/local/cpanel/cgi-sys/"
|
SERVER_ADMIN | "webmaster@mespoir.com"
|
SCRIPT_FILENAME | "/home/adminmespoir/public_html/index.php"
|
REMOTE_PORT | "41918"
|
REDIRECT_URL | "/index.php"
|
REDIRECT_QUERY_STRING | "page=2"
|
GATEWAY_INTERFACE | "CGI/1.1"
|
SERVER_PROTOCOL | "HTTP/2.0"
|
REQUEST_METHOD | "GET"
|
QUERY_STRING | "page=2"
|
REQUEST_URI | "/turkey/all/eye-surgery/age-related-macular-degeneration-treatment/hospitals?page=2"
|
SCRIPT_NAME | "/index.php"
|
ORIG_SCRIPT_FILENAME | "/usr/local/cpanel/cgi-sys/ea-php81"
|
ORIG_PATH_INFO | "/index.php"
|
ORIG_PATH_TRANSLATED | "/home/adminmespoir/public_html/index.php"
|
ORIG_SCRIPT_NAME | "/cgi-sys/ea-php81"
|
PHP_SELF | "/index.php"
|
REQUEST_TIME_FLOAT | 1726540485.2929
|
REQUEST_TIME | 1726540485
|
argv | array:1 [ 0 => "page=2" ] |
argc | 1
|
APP_NAME | "Laravel"
|
APP_ENV | "local"
|
APP_KEY | "base64:njWHYfSUyPZrIiBK1kTTiiZbDzn7ESGqd1x/19B1TUo="
|
APP_DEBUG | "true"
|
APP_URL | "https://mespoir.com/"
|
LOG_CHANNEL | "stack"
|
DB_CONNECTION | "mysql"
|
DB_HOST | "127.0.0.1"
|
DB_PORT | "3306"
|
DB_DATABASE | "adminmespoir_mespoirlara"
|
DB_USERNAME | "adminmespoir_m128wl0ecsk9"
|
DB_PASSWORD | "4VYg*MMFd01N"
|
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_DRIVER | "smtp"
|
MAIL_HOST | "sg3plcpnl0101.prod.sin3.secureserver.net"
|
MAIL_PORT | "587"
|
MAIL_USERNAME | "caremespoir@gmail.com"
|
MAIL_PASSWORD | "R_.-Oc48cHlB"
|
MAIL_ENCRYPTION | "null"
|
MAIL_FROM_ADDRESS | "null"
|
MAIL_FROM_NAME | "Laravel"
|
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"
|
ASSET_URL | "public/"
|
Key | Value |
APP_NAME | "Laravel"
|
APP_ENV | "local"
|
APP_KEY | "base64:njWHYfSUyPZrIiBK1kTTiiZbDzn7ESGqd1x/19B1TUo="
|
APP_DEBUG | "true"
|
APP_URL | "https://mespoir.com/"
|
LOG_CHANNEL | "stack"
|
DB_CONNECTION | "mysql"
|
DB_HOST | "127.0.0.1"
|
DB_PORT | "3306"
|
DB_DATABASE | "adminmespoir_mespoirlara"
|
DB_USERNAME | "adminmespoir_m128wl0ecsk9"
|
DB_PASSWORD | "4VYg*MMFd01N"
|
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_DRIVER | "smtp"
|
MAIL_HOST | "sg3plcpnl0101.prod.sin3.secureserver.net"
|
MAIL_PORT | "587"
|
MAIL_USERNAME | "caremespoir@gmail.com"
|
MAIL_PASSWORD | "R_.-Oc48cHlB"
|
MAIL_ENCRYPTION | "null"
|
MAIL_FROM_ADDRESS | "null"
|
MAIL_FROM_NAME | "Laravel"
|
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"
|
ASSET_URL | "public/"
|