uawdijnntqw1x1x1
IP : 216.73.217.77
Hostname : panel.codeskitter.com
Kernel : Linux panel.codeskitter.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
Disable Function : apache_child_terminate, apache_note, apache_setenv, define_syslog_variables, dl, link, opcache_get_status, openlog, pcntl_exec, pcntl_fork, pcntl_setpriority, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
OS : Linux
PATH:
/
home
/
users
/
unlimited
/
www
/
wordpress
/
..
/
codeskitter
/
project_name
/
tests
/
..
/
.
/
app
/
Config
/
.
/
Kint.php
/
/
<?php namespace Config; use Kint\Parser\ConstructablePluginInterface; use Kint\Renderer\Rich\TabPluginInterface; use Kint\Renderer\Rich\ValuePluginInterface; /** * -------------------------------------------------------------------------- * Kint * -------------------------------------------------------------------------- * * We use Kint's `RichRenderer` and `CLIRenderer`. This area contains options * that you can set to customize how Kint works for you. * * @see https://kint-php.github.io/kint/ for details on these settings. */ class Kint { /* |-------------------------------------------------------------------------- | Global Settings |-------------------------------------------------------------------------- */ /** * @var list<class-string<ConstructablePluginInterface>|ConstructablePluginInterface>|null */ public $plugins; public int $maxDepth = 6; public bool $displayCalledFrom = true; public bool $expanded = false; /* |-------------------------------------------------------------------------- | RichRenderer Settings |-------------------------------------------------------------------------- */ public string $richTheme = 'aante-light.css'; public bool $richFolder = false; /** * @var array<string, class-string<ValuePluginInterface>>|null */ public $richObjectPlugins; /** * @var array<string, class-string<TabPluginInterface>>|null */ public $richTabPlugins; /* |-------------------------------------------------------------------------- | CLI Settings |-------------------------------------------------------------------------- */ public bool $cliColors = true; public bool $cliForceUTF8 = false; public bool $cliDetectWidth = true; public int $cliMinWidth = 40; }
/home/users/unlimited/www/wordpress/../codeskitter/project_name/tests/.././app/Config/./Kint.php