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/Security/Core/autoload.php
<?php
// require:
require_once 'Symfony/Contracts/EventDispatcher/autoload.php';
require_once 'Symfony/Contracts/Service/autoload.php';

// suggest:
if (stream_resolve_include_path('Psr/Container/autoload.php')){
    include_once 'Psr/Container/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/EventDispatcher/autoload.php')){
    include_once 'Symfony/Component/EventDispatcher/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/HttpFoundation/autoload.php')){
    include_once 'Symfony/Component/HttpFoundation/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/Validator/autoload.php')){
    include_once 'Symfony/Component/Validator/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/ExpressionLanguage/autoload.php')){
    include_once 'Symfony/Component/ExpressionLanguage/autoload.php';
}
if (stream_resolve_include_path('Symfony/Component/Ldap/autoload.php')){
    include_once 'Symfony/Component/Ldap/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\\security\\core\\authentication\\authenticationmanagerinterface' => '/Authentication/AuthenticationManagerInterface.php',
                'symfony\\component\\security\\core\\authentication\\authenticationprovidermanager' => '/Authentication/AuthenticationProviderManager.php',
                'symfony\\component\\security\\core\\authentication\\authenticationtrustresolver' => '/Authentication/AuthenticationTrustResolver.php',
                'symfony\\component\\security\\core\\authentication\\authenticationtrustresolverinterface' => '/Authentication/AuthenticationTrustResolverInterface.php',
                'symfony\\component\\security\\core\\authentication\\provider\\anonymousauthenticationprovider' => '/Authentication/Provider/AnonymousAuthenticationProvider.php',
                'symfony\\component\\security\\core\\authentication\\provider\\authenticationproviderinterface' => '/Authentication/Provider/AuthenticationProviderInterface.php',
                'symfony\\component\\security\\core\\authentication\\provider\\daoauthenticationprovider' => '/Authentication/Provider/DaoAuthenticationProvider.php',
                'symfony\\component\\security\\core\\authentication\\provider\\ldapbindauthenticationprovider' => '/Authentication/Provider/LdapBindAuthenticationProvider.php',
                'symfony\\component\\security\\core\\authentication\\provider\\preauthenticatedauthenticationprovider' => '/Authentication/Provider/PreAuthenticatedAuthenticationProvider.php',
                'symfony\\component\\security\\core\\authentication\\provider\\remembermeauthenticationprovider' => '/Authentication/Provider/RememberMeAuthenticationProvider.php',
                'symfony\\component\\security\\core\\authentication\\provider\\simpleauthenticationprovider' => '/Authentication/Provider/SimpleAuthenticationProvider.php',
                'symfony\\component\\security\\core\\authentication\\provider\\userauthenticationprovider' => '/Authentication/Provider/UserAuthenticationProvider.php',
                'symfony\\component\\security\\core\\authentication\\rememberme\\inmemorytokenprovider' => '/Authentication/RememberMe/InMemoryTokenProvider.php',
                'symfony\\component\\security\\core\\authentication\\rememberme\\persistenttoken' => '/Authentication/RememberMe/PersistentToken.php',
                'symfony\\component\\security\\core\\authentication\\rememberme\\persistenttokeninterface' => '/Authentication/RememberMe/PersistentTokenInterface.php',
                'symfony\\component\\security\\core\\authentication\\rememberme\\tokenproviderinterface' => '/Authentication/RememberMe/TokenProviderInterface.php',
                'symfony\\component\\security\\core\\authentication\\simpleauthenticatorinterface' => '/Authentication/SimpleAuthenticatorInterface.php',
                'symfony\\component\\security\\core\\authentication\\token\\abstracttoken' => '/Authentication/Token/AbstractToken.php',
                'symfony\\component\\security\\core\\authentication\\token\\anonymoustoken' => '/Authentication/Token/AnonymousToken.php',
                'symfony\\component\\security\\core\\authentication\\token\\preauthenticatedtoken' => '/Authentication/Token/PreAuthenticatedToken.php',
                'symfony\\component\\security\\core\\authentication\\token\\remembermetoken' => '/Authentication/Token/RememberMeToken.php',
                'symfony\\component\\security\\core\\authentication\\token\\storage\\tokenstorage' => '/Authentication/Token/Storage/TokenStorage.php',
                'symfony\\component\\security\\core\\authentication\\token\\storage\\tokenstorageinterface' => '/Authentication/Token/Storage/TokenStorageInterface.php',
                'symfony\\component\\security\\core\\authentication\\token\\switchusertoken' => '/Authentication/Token/SwitchUserToken.php',
                'symfony\\component\\security\\core\\authentication\\token\\tokeninterface' => '/Authentication/Token/TokenInterface.php',
                'symfony\\component\\security\\core\\authentication\\token\\usernamepasswordtoken' => '/Authentication/Token/UsernamePasswordToken.php',
                'symfony\\component\\security\\core\\authenticationevents' => '/AuthenticationEvents.php',
                'symfony\\component\\security\\core\\authorization\\accessdecisionmanager' => '/Authorization/AccessDecisionManager.php',
                'symfony\\component\\security\\core\\authorization\\accessdecisionmanagerinterface' => '/Authorization/AccessDecisionManagerInterface.php',
                'symfony\\component\\security\\core\\authorization\\authorizationchecker' => '/Authorization/AuthorizationChecker.php',
                'symfony\\component\\security\\core\\authorization\\authorizationcheckerinterface' => '/Authorization/AuthorizationCheckerInterface.php',
                'symfony\\component\\security\\core\\authorization\\expressionlanguage' => '/Authorization/ExpressionLanguage.php',
                'symfony\\component\\security\\core\\authorization\\expressionlanguageprovider' => '/Authorization/ExpressionLanguageProvider.php',
                'symfony\\component\\security\\core\\authorization\\traceableaccessdecisionmanager' => '/Authorization/TraceableAccessDecisionManager.php',
                'symfony\\component\\security\\core\\authorization\\voter\\authenticatedvoter' => '/Authorization/Voter/AuthenticatedVoter.php',
                'symfony\\component\\security\\core\\authorization\\voter\\expressionvoter' => '/Authorization/Voter/ExpressionVoter.php',
                'symfony\\component\\security\\core\\authorization\\voter\\rolehierarchyvoter' => '/Authorization/Voter/RoleHierarchyVoter.php',
                'symfony\\component\\security\\core\\authorization\\voter\\rolevoter' => '/Authorization/Voter/RoleVoter.php',
                'symfony\\component\\security\\core\\authorization\\voter\\traceablevoter' => '/Authorization/Voter/TraceableVoter.php',
                'symfony\\component\\security\\core\\authorization\\voter\\voter' => '/Authorization/Voter/Voter.php',
                'symfony\\component\\security\\core\\authorization\\voter\\voterinterface' => '/Authorization/Voter/VoterInterface.php',
                'symfony\\component\\security\\core\\encoder\\argon2ipasswordencoder' => '/Encoder/Argon2iPasswordEncoder.php',
                'symfony\\component\\security\\core\\encoder\\basepasswordencoder' => '/Encoder/BasePasswordEncoder.php',
                'symfony\\component\\security\\core\\encoder\\bcryptpasswordencoder' => '/Encoder/BCryptPasswordEncoder.php',
                'symfony\\component\\security\\core\\encoder\\encoderawareinterface' => '/Encoder/EncoderAwareInterface.php',
                'symfony\\component\\security\\core\\encoder\\encoderfactory' => '/Encoder/EncoderFactory.php',
                'symfony\\component\\security\\core\\encoder\\encoderfactoryinterface' => '/Encoder/EncoderFactoryInterface.php',
                'symfony\\component\\security\\core\\encoder\\messagedigestpasswordencoder' => '/Encoder/MessageDigestPasswordEncoder.php',
                'symfony\\component\\security\\core\\encoder\\nativepasswordencoder' => '/Encoder/NativePasswordEncoder.php',
                'symfony\\component\\security\\core\\encoder\\passwordencoderinterface' => '/Encoder/PasswordEncoderInterface.php',
                'symfony\\component\\security\\core\\encoder\\pbkdf2passwordencoder' => '/Encoder/Pbkdf2PasswordEncoder.php',
                'symfony\\component\\security\\core\\encoder\\plaintextpasswordencoder' => '/Encoder/PlaintextPasswordEncoder.php',
                'symfony\\component\\security\\core\\encoder\\selfsaltingencoderinterface' => '/Encoder/SelfSaltingEncoderInterface.php',
                'symfony\\component\\security\\core\\encoder\\sodiumpasswordencoder' => '/Encoder/SodiumPasswordEncoder.php',
                'symfony\\component\\security\\core\\encoder\\userpasswordencoder' => '/Encoder/UserPasswordEncoder.php',
                'symfony\\component\\security\\core\\encoder\\userpasswordencoderinterface' => '/Encoder/UserPasswordEncoderInterface.php',
                'symfony\\component\\security\\core\\event\\authenticationevent' => '/Event/AuthenticationEvent.php',
                'symfony\\component\\security\\core\\event\\authenticationfailureevent' => '/Event/AuthenticationFailureEvent.php',
                'symfony\\component\\security\\core\\event\\authenticationsuccessevent' => '/Event/AuthenticationSuccessEvent.php',
                'symfony\\component\\security\\core\\event\\voteevent' => '/Event/VoteEvent.php',
                'symfony\\component\\security\\core\\exception\\accessdeniedexception' => '/Exception/AccessDeniedException.php',
                'symfony\\component\\security\\core\\exception\\accountexpiredexception' => '/Exception/AccountExpiredException.php',
                'symfony\\component\\security\\core\\exception\\accountstatusexception' => '/Exception/AccountStatusException.php',
                'symfony\\component\\security\\core\\exception\\authenticationcredentialsnotfoundexception' => '/Exception/AuthenticationCredentialsNotFoundException.php',
                'symfony\\component\\security\\core\\exception\\authenticationexception' => '/Exception/AuthenticationException.php',
                'symfony\\component\\security\\core\\exception\\authenticationexpiredexception' => '/Exception/AuthenticationExpiredException.php',
                'symfony\\component\\security\\core\\exception\\authenticationserviceexception' => '/Exception/AuthenticationServiceException.php',
                'symfony\\component\\security\\core\\exception\\badcredentialsexception' => '/Exception/BadCredentialsException.php',
                'symfony\\component\\security\\core\\exception\\cookietheftexception' => '/Exception/CookieTheftException.php',
                'symfony\\component\\security\\core\\exception\\credentialsexpiredexception' => '/Exception/CredentialsExpiredException.php',
                'symfony\\component\\security\\core\\exception\\customusermessageauthenticationexception' => '/Exception/CustomUserMessageAuthenticationException.php',
                'symfony\\component\\security\\core\\exception\\disabledexception' => '/Exception/DisabledException.php',
                'symfony\\component\\security\\core\\exception\\exceptioninterface' => '/Exception/ExceptionInterface.php',
                'symfony\\component\\security\\core\\exception\\insufficientauthenticationexception' => '/Exception/InsufficientAuthenticationException.php',
                'symfony\\component\\security\\core\\exception\\invalidargumentexception' => '/Exception/InvalidArgumentException.php',
                'symfony\\component\\security\\core\\exception\\invalidcsrftokenexception' => '/Exception/InvalidCsrfTokenException.php',
                'symfony\\component\\security\\core\\exception\\lockedexception' => '/Exception/LockedException.php',
                'symfony\\component\\security\\core\\exception\\logicexception' => '/Exception/LogicException.php',
                'symfony\\component\\security\\core\\exception\\logoutexception' => '/Exception/LogoutException.php',
                'symfony\\component\\security\\core\\exception\\providernotfoundexception' => '/Exception/ProviderNotFoundException.php',
                'symfony\\component\\security\\core\\exception\\runtimeexception' => '/Exception/RuntimeException.php',
                'symfony\\component\\security\\core\\exception\\sessionunavailableexception' => '/Exception/SessionUnavailableException.php',
                'symfony\\component\\security\\core\\exception\\tokennotfoundexception' => '/Exception/TokenNotFoundException.php',
                'symfony\\component\\security\\core\\exception\\unsupporteduserexception' => '/Exception/UnsupportedUserException.php',
                'symfony\\component\\security\\core\\exception\\usernamenotfoundexception' => '/Exception/UsernameNotFoundException.php',
                'symfony\\component\\security\\core\\role\\role' => '/Role/Role.php',
                'symfony\\component\\security\\core\\role\\rolehierarchy' => '/Role/RoleHierarchy.php',
                'symfony\\component\\security\\core\\role\\rolehierarchyinterface' => '/Role/RoleHierarchyInterface.php',
                'symfony\\component\\security\\core\\role\\switchuserrole' => '/Role/SwitchUserRole.php',
                'symfony\\component\\security\\core\\security' => '/Security.php',
                'symfony\\component\\security\\core\\user\\advanceduserinterface' => '/User/AdvancedUserInterface.php',
                'symfony\\component\\security\\core\\user\\chainuserprovider' => '/User/ChainUserProvider.php',
                'symfony\\component\\security\\core\\user\\equatableinterface' => '/User/EquatableInterface.php',
                'symfony\\component\\security\\core\\user\\inmemoryuserprovider' => '/User/InMemoryUserProvider.php',
                'symfony\\component\\security\\core\\user\\ldapuserprovider' => '/User/LdapUserProvider.php',
                'symfony\\component\\security\\core\\user\\missinguserprovider' => '/User/MissingUserProvider.php',
                'symfony\\component\\security\\core\\user\\user' => '/User/User.php',
                'symfony\\component\\security\\core\\user\\userchecker' => '/User/UserChecker.php',
                'symfony\\component\\security\\core\\user\\usercheckerinterface' => '/User/UserCheckerInterface.php',
                'symfony\\component\\security\\core\\user\\userinterface' => '/User/UserInterface.php',
                'symfony\\component\\security\\core\\user\\userproviderinterface' => '/User/UserProviderInterface.php',
                'symfony\\component\\security\\core\\validator\\constraints\\userpassword' => '/Validator/Constraints/UserPassword.php',
                'symfony\\component\\security\\core\\validator\\constraints\\userpasswordvalidator' => '/Validator/Constraints/UserPasswordValidator.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn]) and file_exists(__DIR__ . $classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    },
    true,
    false
);
// @codeCoverageIgnoreEnd