HEX
Server: nginx/1.18.0
System: Linux proba.drlaca.appboxes.co 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
User: appbox (1000)
PHP: 7.4.3-4ubuntu2.29
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/php/Symfony/Component/HttpFoundation/autoload.php
<?php
// require:
require_once 'Symfony/Component/Mime/autoload.php';

// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
    function($class) {
        static $classes = null;
        if ($classes === null) {
            $classes = array(
                'symfony\\component\\httpfoundation\\acceptheader' => '/AcceptHeader.php',
                'symfony\\component\\httpfoundation\\acceptheaderitem' => '/AcceptHeaderItem.php',
                'symfony\\component\\httpfoundation\\apacherequest' => '/ApacheRequest.php',
                'symfony\\component\\httpfoundation\\binaryfileresponse' => '/BinaryFileResponse.php',
                'symfony\\component\\httpfoundation\\cookie' => '/Cookie.php',
                'symfony\\component\\httpfoundation\\exception\\conflictingheadersexception' => '/Exception/ConflictingHeadersException.php',
                'symfony\\component\\httpfoundation\\exception\\requestexceptioninterface' => '/Exception/RequestExceptionInterface.php',
                'symfony\\component\\httpfoundation\\exception\\suspiciousoperationexception' => '/Exception/SuspiciousOperationException.php',
                'symfony\\component\\httpfoundation\\expressionrequestmatcher' => '/ExpressionRequestMatcher.php',
                'symfony\\component\\httpfoundation\\file\\exception\\accessdeniedexception' => '/File/Exception/AccessDeniedException.php',
                'symfony\\component\\httpfoundation\\file\\exception\\cannotwritefileexception' => '/File/Exception/CannotWriteFileException.php',
                'symfony\\component\\httpfoundation\\file\\exception\\extensionfileexception' => '/File/Exception/ExtensionFileException.php',
                'symfony\\component\\httpfoundation\\file\\exception\\fileexception' => '/File/Exception/FileException.php',
                'symfony\\component\\httpfoundation\\file\\exception\\filenotfoundexception' => '/File/Exception/FileNotFoundException.php',
                'symfony\\component\\httpfoundation\\file\\exception\\formsizefileexception' => '/File/Exception/FormSizeFileException.php',
                'symfony\\component\\httpfoundation\\file\\exception\\inisizefileexception' => '/File/Exception/IniSizeFileException.php',
                'symfony\\component\\httpfoundation\\file\\exception\\nofileexception' => '/File/Exception/NoFileException.php',
                'symfony\\component\\httpfoundation\\file\\exception\\notmpdirfileexception' => '/File/Exception/NoTmpDirFileException.php',
                'symfony\\component\\httpfoundation\\file\\exception\\partialfileexception' => '/File/Exception/PartialFileException.php',
                'symfony\\component\\httpfoundation\\file\\exception\\unexpectedtypeexception' => '/File/Exception/UnexpectedTypeException.php',
                'symfony\\component\\httpfoundation\\file\\exception\\uploadexception' => '/File/Exception/UploadException.php',
                'symfony\\component\\httpfoundation\\file\\file' => '/File/File.php',
                'symfony\\component\\httpfoundation\\file\\mimetype\\extensionguesser' => '/File/MimeType/ExtensionGuesser.php',
                'symfony\\component\\httpfoundation\\file\\mimetype\\extensionguesserinterface' => '/File/MimeType/ExtensionGuesserInterface.php',
                'symfony\\component\\httpfoundation\\file\\mimetype\\filebinarymimetypeguesser' => '/File/MimeType/FileBinaryMimeTypeGuesser.php',
                'symfony\\component\\httpfoundation\\file\\mimetype\\fileinfomimetypeguesser' => '/File/MimeType/FileinfoMimeTypeGuesser.php',
                'symfony\\component\\httpfoundation\\file\\mimetype\\mimetypeextensionguesser' => '/File/MimeType/MimeTypeExtensionGuesser.php',
                'symfony\\component\\httpfoundation\\file\\mimetype\\mimetypeguesser' => '/File/MimeType/MimeTypeGuesser.php',
                'symfony\\component\\httpfoundation\\file\\mimetype\\mimetypeguesserinterface' => '/File/MimeType/MimeTypeGuesserInterface.php',
                'symfony\\component\\httpfoundation\\file\\stream' => '/File/Stream.php',
                'symfony\\component\\httpfoundation\\file\\uploadedfile' => '/File/UploadedFile.php',
                'symfony\\component\\httpfoundation\\filebag' => '/FileBag.php',
                'symfony\\component\\httpfoundation\\headerbag' => '/HeaderBag.php',
                'symfony\\component\\httpfoundation\\headerutils' => '/HeaderUtils.php',
                'symfony\\component\\httpfoundation\\iputils' => '/IpUtils.php',
                'symfony\\component\\httpfoundation\\jsonresponse' => '/JsonResponse.php',
                'symfony\\component\\httpfoundation\\parameterbag' => '/ParameterBag.php',
                'symfony\\component\\httpfoundation\\redirectresponse' => '/RedirectResponse.php',
                'symfony\\component\\httpfoundation\\request' => '/Request.php',
                'symfony\\component\\httpfoundation\\requestmatcher' => '/RequestMatcher.php',
                'symfony\\component\\httpfoundation\\requestmatcherinterface' => '/RequestMatcherInterface.php',
                'symfony\\component\\httpfoundation\\requeststack' => '/RequestStack.php',
                'symfony\\component\\httpfoundation\\response' => '/Response.php',
                'symfony\\component\\httpfoundation\\responseheaderbag' => '/ResponseHeaderBag.php',
                'symfony\\component\\httpfoundation\\serverbag' => '/ServerBag.php',
                'symfony\\component\\httpfoundation\\session\\attribute\\attributebag' => '/Session/Attribute/AttributeBag.php',
                'symfony\\component\\httpfoundation\\session\\attribute\\attributebaginterface' => '/Session/Attribute/AttributeBagInterface.php',
                'symfony\\component\\httpfoundation\\session\\attribute\\namespacedattributebag' => '/Session/Attribute/NamespacedAttributeBag.php',
                'symfony\\component\\httpfoundation\\session\\flash\\autoexpireflashbag' => '/Session/Flash/AutoExpireFlashBag.php',
                'symfony\\component\\httpfoundation\\session\\flash\\flashbag' => '/Session/Flash/FlashBag.php',
                'symfony\\component\\httpfoundation\\session\\flash\\flashbaginterface' => '/Session/Flash/FlashBagInterface.php',
                'symfony\\component\\httpfoundation\\session\\session' => '/Session/Session.php',
                'symfony\\component\\httpfoundation\\session\\sessionbaginterface' => '/Session/SessionBagInterface.php',
                'symfony\\component\\httpfoundation\\session\\sessionbagproxy' => '/Session/SessionBagProxy.php',
                'symfony\\component\\httpfoundation\\session\\sessioninterface' => '/Session/SessionInterface.php',
                'symfony\\component\\httpfoundation\\session\\sessionutils' => '/Session/SessionUtils.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\abstractsessionhandler' => '/Session/Storage/Handler/AbstractSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\memcachedsessionhandler' => '/Session/Storage/Handler/MemcachedSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\migratingsessionhandler' => '/Session/Storage/Handler/MigratingSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\mongodbsessionhandler' => '/Session/Storage/Handler/MongoDbSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\nativefilesessionhandler' => '/Session/Storage/Handler/NativeFileSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\nullsessionhandler' => '/Session/Storage/Handler/NullSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\pdosessionhandler' => '/Session/Storage/Handler/PdoSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\redissessionhandler' => '/Session/Storage/Handler/RedisSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\handler\\strictsessionhandler' => '/Session/Storage/Handler/StrictSessionHandler.php',
                'symfony\\component\\httpfoundation\\session\\storage\\metadatabag' => '/Session/Storage/MetadataBag.php',
                'symfony\\component\\httpfoundation\\session\\storage\\mockarraysessionstorage' => '/Session/Storage/MockArraySessionStorage.php',
                'symfony\\component\\httpfoundation\\session\\storage\\mockfilesessionstorage' => '/Session/Storage/MockFileSessionStorage.php',
                'symfony\\component\\httpfoundation\\session\\storage\\nativesessionstorage' => '/Session/Storage/NativeSessionStorage.php',
                'symfony\\component\\httpfoundation\\session\\storage\\phpbridgesessionstorage' => '/Session/Storage/PhpBridgeSessionStorage.php',
                'symfony\\component\\httpfoundation\\session\\storage\\proxy\\abstractproxy' => '/Session/Storage/Proxy/AbstractProxy.php',
                'symfony\\component\\httpfoundation\\session\\storage\\proxy\\sessionhandlerproxy' => '/Session/Storage/Proxy/SessionHandlerProxy.php',
                'symfony\\component\\httpfoundation\\session\\storage\\sessionstorageinterface' => '/Session/Storage/SessionStorageInterface.php',
                'symfony\\component\\httpfoundation\\streamedresponse' => '/StreamedResponse.php',
                'symfony\\component\\httpfoundation\\test\\constraint\\requestattributevaluesame' => '/Test/Constraint/RequestAttributeValueSame.php',
                'symfony\\component\\httpfoundation\\test\\constraint\\responsecookievaluesame' => '/Test/Constraint/ResponseCookieValueSame.php',
                'symfony\\component\\httpfoundation\\test\\constraint\\responsehascookie' => '/Test/Constraint/ResponseHasCookie.php',
                'symfony\\component\\httpfoundation\\test\\constraint\\responsehasheader' => '/Test/Constraint/ResponseHasHeader.php',
                'symfony\\component\\httpfoundation\\test\\constraint\\responseheadersame' => '/Test/Constraint/ResponseHeaderSame.php',
                'symfony\\component\\httpfoundation\\test\\constraint\\responseisredirected' => '/Test/Constraint/ResponseIsRedirected.php',
                'symfony\\component\\httpfoundation\\test\\constraint\\responseissuccessful' => '/Test/Constraint/ResponseIsSuccessful.php',
                'symfony\\component\\httpfoundation\\test\\constraint\\responsestatuscodesame' => '/Test/Constraint/ResponseStatusCodeSame.php',
                'symfony\\component\\httpfoundation\\urlhelper' => '/UrlHelper.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn]) and file_exists(__DIR__ . $classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    },
    true,
    false
);
// @codeCoverageIgnoreEnd