<?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/c1611339/public_html/cuidaplay/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1349\n Stack trace:\n #0 /home/c1611339/public_html/cuidaplay/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/c1611339/...', 1349)\n #1 /home/c1611339/public_html/cuidaplay/vendor/composer/ClassLoader.php(571): include('/home/c1611339/...')\n #2 /home/c1611339/public_html/cuidaplay/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile('/home/c1611339/...')\n #3 /home/c1611339/public_html/cuidaplay/vendor/laravel/framework/src/Illuminate/Support/helpers.php(110): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n #4 /home/c1611339/public_html/cuidaplay/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n #5 /home/c1611339/public_html/cuidaplay/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n #6 /home/c1611339/public_html/cuidaplay/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n #7 /home/c1611339/public_html/cuidaplay/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(230): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n #8 /home/c1611339/public_html/cuidaplay/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(151): Illuminate\Foundation\Application->bootstrapWith(Array)\n #9 /home/c1611339/public_html/cuidaplay/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(135): Illuminate\Foundation\Http\Kernel->bootstrap()\n #10 /home/c1611339/public_html/cuidaplay/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(109): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n #11 /home/c1611339/public_html/cuidaplay/index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n #12 {main} """
Key | Value |
PHPRC | "/home/c1611339/etc/php.ini"
|
PHP_FCGI_CHILDREN | "5"
|
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
|
PWD | "/opt/apache/cgi-sys/c1611339"
|
SHLVL | "0"
|
PHP_FCGI_MAX_REQUESTS | "500"
|
ORIG_SCRIPT_NAME | "/cgi-sys/php-81"
|
ORIG_PATH_TRANSLATED | "/home/c1611339/public_html/cuidaplay/index.php"
|
ORIG_PATH_INFO | "/cuidaplay/index.php"
|
ORIG_SCRIPT_FILENAME | "/opt/apache/cgi-sys/c1611339/php-81"
|
SCRIPT_NAME | "/cuidaplay/index.php"
|
REQUEST_URI | "/cuidaplay/"
|
QUERY_STRING | "" |
REQUEST_METHOD | "GET"
|
SERVER_PROTOCOL | "HTTP/2.0"
|
GATEWAY_INTERFACE | "CGI/1.1"
|
REDIRECT_URL | "/cuidaplay/index.php"
|
REMOTE_PORT | "58460"
|
SCRIPT_FILENAME | "/home/c1611339/public_html/cuidaplay/index.php"
|
SERVER_ADMIN | "webmaster@cuidaplay.com"
|
CONTEXT_DOCUMENT_ROOT | "/opt/apache/cgi-sys/c1611339/"
|
CONTEXT_PREFIX | "/cgi-sys/"
|
REQUEST_SCHEME | "https"
|
DOCUMENT_ROOT | "/home/c1611339/public_html"
|
REMOTE_ADDR | "18.97.14.81"
|
SERVER_PORT | "443"
|
SERVER_ADDR | "200.58.110.57"
|
SERVER_NAME | "cuidaplay.com"
|
SERVER_SOFTWARE | "Apache"
|
SERVER_SIGNATURE | "" |
LD_LIBRARY_PATH | "/opt/apache/lib"
|
HTTP_HOST | "cuidaplay.com"
|
HTTP_ACCEPT_ENCODING | "br,gzip"
|
HTTP_ACCEPT_LANGUAGE | "en-US,en;q=0.5"
|
HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
|
HTTP_USER_AGENT | "CCBot/2.0 (https://commoncrawl.org/faq/)"
|
H2_STREAM_TAG | "26928-3387-5"
|
H2_STREAM_ID | "5"
|
H2_PUSHED_ON | "" |
H2_PUSHED | "" |
H2_PUSH | "on"
|
H2PUSH | "on"
|
HTTP2 | "on"
|
SSL_TLS_SNI | "cuidaplay.com"
|
HTTPS | "on"
|
SCRIPT_URI | "https://cuidaplay.com/cuidaplay/"
|
SCRIPT_URL | "/cuidaplay/"
|
MM_CONTINENT_CODE | "NA"
|
MM_COUNTRY_CODE | "US"
|
MMDB_INFO | "result found"
|
MMDB_ADDR | "18.97.14.81"
|
UNIQUE_ID | "Z0ykb78WM9lnUscvNuaVjwAB_U8"
|
REDIRECT_STATUS | "200"
|
REDIRECT_HANDLER | "x-httpd-php8-1"
|
REDIRECT_H2_STREAM_TAG | "26928-3387-5"
|
REDIRECT_H2_STREAM_ID | "5"
|
REDIRECT_H2_PUSHED_ON | "" |
REDIRECT_H2_PUSHED | "" |
REDIRECT_H2_PUSH | "on"
|
REDIRECT_H2PUSH | "on"
|
REDIRECT_HTTP2 | "on"
|
REDIRECT_SSL_TLS_SNI | "cuidaplay.com"
|
REDIRECT_HTTPS | "on"
|
REDIRECT_SCRIPT_URI | "https://cuidaplay.com/cuidaplay/"
|
REDIRECT_SCRIPT_URL | "/cuidaplay/"
|
REDIRECT_MM_CONTINENT_CODE | "NA"
|
REDIRECT_MM_COUNTRY_CODE | "US"
|
REDIRECT_MMDB_INFO | "result found"
|
REDIRECT_MMDB_ADDR | "18.97.14.81"
|
REDIRECT_UNIQUE_ID | "Z0ykb78WM9lnUscvNuaVjwAB_U8"
|
FCGI_ROLE | "RESPONDER"
|
PHP_SELF | "/cuidaplay/index.php"
|
REQUEST_TIME_FLOAT | 1733076082.7044
|
REQUEST_TIME | 1733076082
|
argv | [] |
argc | 0
|
APP_NAME | "Laravel"
|
APP_ENV | "local"
|
APP_KEY | "base64:C8oeDGlXV1KLNllWkqD9jOnozdEg1lLcx/nHBZpqXLs="
|
APP_DEBUG | "true"
|
APP_URL | "http://localhost"
|
LOG_CHANNEL | "stack"
|
DB_CONNECTION | "mysql"
|
DB_HOST | "localhost"
|
DB_PORT | "3306"
|
DB_DATABASE | "c1611339_cdplay2"
|
DB_USERNAME | "c1611339_cdplay2"
|
DB_PASSWORD | "bikuVI32ne"
|
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 | "smtp.mailtrap.io"
|
MAIL_PORT | "2525"
|
MAIL_USERNAME | "null"
|
MAIL_PASSWORD | "null"
|
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"
|
Key | Value |
PHPRC | "/home/c1611339/etc/php.ini"
|
PHP_FCGI_CHILDREN | "5"
|
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
|
PWD | "/opt/apache/cgi-sys/c1611339"
|
SHLVL | "0"
|
PHP_FCGI_MAX_REQUESTS | "500"
|
ORIG_SCRIPT_NAME | "/cgi-sys/php-81"
|
ORIG_PATH_TRANSLATED | "/home/c1611339/public_html/cuidaplay/index.php"
|
ORIG_PATH_INFO | "/cuidaplay/index.php"
|
ORIG_SCRIPT_FILENAME | "/opt/apache/cgi-sys/c1611339/php-81"
|
SCRIPT_NAME | "/cuidaplay/index.php"
|
REQUEST_URI | "/cuidaplay/"
|
QUERY_STRING | "" |
REQUEST_METHOD | "GET"
|
SERVER_PROTOCOL | "HTTP/2.0"
|
GATEWAY_INTERFACE | "CGI/1.1"
|
REDIRECT_URL | "/cuidaplay/index.php"
|
REMOTE_PORT | "58460"
|
SCRIPT_FILENAME | "/home/c1611339/public_html/cuidaplay/index.php"
|
SERVER_ADMIN | "webmaster@cuidaplay.com"
|
CONTEXT_DOCUMENT_ROOT | "/opt/apache/cgi-sys/c1611339/"
|
CONTEXT_PREFIX | "/cgi-sys/"
|
REQUEST_SCHEME | "https"
|
DOCUMENT_ROOT | "/home/c1611339/public_html"
|
REMOTE_ADDR | "18.97.14.81"
|
SERVER_PORT | "443"
|
SERVER_ADDR | "200.58.110.57"
|
SERVER_NAME | "cuidaplay.com"
|
SERVER_SOFTWARE | "Apache"
|
SERVER_SIGNATURE | "" |
LD_LIBRARY_PATH | "/opt/apache/lib"
|
HTTP_HOST | "cuidaplay.com"
|
HTTP_ACCEPT_ENCODING | "br,gzip"
|
HTTP_ACCEPT_LANGUAGE | "en-US,en;q=0.5"
|
HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
|
HTTP_USER_AGENT | "CCBot/2.0 (https://commoncrawl.org/faq/)"
|
H2_STREAM_TAG | "26928-3387-5"
|
H2_STREAM_ID | "5"
|
H2_PUSHED_ON | "" |
H2_PUSHED | "" |
H2_PUSH | "on"
|
H2PUSH | "on"
|
HTTP2 | "on"
|
SSL_TLS_SNI | "cuidaplay.com"
|
HTTPS | "on"
|
SCRIPT_URI | "https://cuidaplay.com/cuidaplay/"
|
SCRIPT_URL | "/cuidaplay/"
|
MM_CONTINENT_CODE | "NA"
|
MM_COUNTRY_CODE | "US"
|
MMDB_INFO | "result found"
|
MMDB_ADDR | "18.97.14.81"
|
UNIQUE_ID | "Z0ykb78WM9lnUscvNuaVjwAB_U8"
|
REDIRECT_STATUS | "200"
|
REDIRECT_HANDLER | "x-httpd-php8-1"
|
REDIRECT_H2_STREAM_TAG | "26928-3387-5"
|
REDIRECT_H2_STREAM_ID | "5"
|
REDIRECT_H2_PUSHED_ON | "" |
REDIRECT_H2_PUSHED | "" |
REDIRECT_H2_PUSH | "on"
|
REDIRECT_H2PUSH | "on"
|
REDIRECT_HTTP2 | "on"
|
REDIRECT_SSL_TLS_SNI | "cuidaplay.com"
|
REDIRECT_HTTPS | "on"
|
REDIRECT_SCRIPT_URI | "https://cuidaplay.com/cuidaplay/"
|
REDIRECT_SCRIPT_URL | "/cuidaplay/"
|
REDIRECT_MM_CONTINENT_CODE | "NA"
|
REDIRECT_MM_COUNTRY_CODE | "US"
|
REDIRECT_MMDB_INFO | "result found"
|
REDIRECT_MMDB_ADDR | "18.97.14.81"
|
REDIRECT_UNIQUE_ID | "Z0ykb78WM9lnUscvNuaVjwAB_U8"
|
FCGI_ROLE | "RESPONDER"
|
APP_NAME | "Laravel"
|
APP_ENV | "local"
|
APP_KEY | "base64:C8oeDGlXV1KLNllWkqD9jOnozdEg1lLcx/nHBZpqXLs="
|
APP_DEBUG | "true"
|
APP_URL | "http://localhost"
|
LOG_CHANNEL | "stack"
|
DB_CONNECTION | "mysql"
|
DB_HOST | "localhost"
|
DB_PORT | "3306"
|
DB_DATABASE | "c1611339_cdplay2"
|
DB_USERNAME | "c1611339_cdplay2"
|
DB_PASSWORD | "bikuVI32ne"
|
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 | "smtp.mailtrap.io"
|
MAIL_PORT | "2525"
|
MAIL_USERNAME | "null"
|
MAIL_PASSWORD | "null"
|
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"
|