* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ use function Chevereto\Legacy\loaderHandler; define('ACCESS', 'web'); define('REPL', true); require __DIR__ . '/legacy/load/loader.php'; include loaderHandler( _cookie: [], _env: $_ENV, _files: [], _get: [], _post: [], _request: [], _server: [], _session: [ 'G_auth_token' => str_repeat('a', 40), ], ); return [ 'startupMessage' => << 'never', 'runtimeDir' => __DIR__ . '/.psysh', 'configDir' => __DIR__ . '/.psysh', ];