<?php//phpinfo();//error_log("Test error message");//trigger_error("Test trigger error", E_USER_WARNING);//exit();//file_put_contents('/var/www/html/request_log.txt', date('Y-m-d H:i:s') . ' ' . $_SERVER['REQUEST_URI'] . "\n", FILE_APPEND);use App\Kernel;require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';return function (array $context) { return new Kernel($context['APP_ENV'], (bool)$context['APP_DEBUG']);};