Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

Webserver1/Ovningar/Slutprojekt/vendor/composer/

ClassLoader.php
InstalledVersions.php
LICENSE
autoload_classmap.php
autoload_files.php
autoload_namespaces.php
autoload_psr4.php
autoload_real.php
autoload_static.php
installed.json
installed.php
platform_check.php

autoload_static.php

82 lines ASCII Unix (LF)
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class 
ComposerStaticInite875ae8441d070d7dda5f4b47a2117aa
{
    public static 
$files = array (
        
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ '/..' '/symfony/polyfill-ctype/bootstrap.php',
        
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ '/..' '/symfony/polyfill-mbstring/bootstrap.php',
        
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ '/..' '/symfony/polyfill-php80/bootstrap.php',
    );

    public static 
$prefixLengthsPsr4 = array (
        
'S' =>
        array (
            
'Symfony\\Polyfill\\Php80\\' => 23,
            
'Symfony\\Polyfill\\Mbstring\\' => 26,
            
'Symfony\\Polyfill\\Ctype\\' => 23,
        ),
        
'P' =>
        array (
            
'PhpOption\\' => 10,
        ),
        
'G' =>
        array (
            
'GrahamCampbell\\ResultType\\' => 26,
        ),
        
'D' =>
        array (
            
'Dotenv\\' => 7,
        ),
    );

    public static 
$prefixDirsPsr4 = array (
        
'Symfony\\Polyfill\\Php80\\' =>
        array (
            
=> __DIR__ '/..' '/symfony/polyfill-php80',
        ),
        
'Symfony\\Polyfill\\Mbstring\\' =>
        array (
            
=> __DIR__ '/..' '/symfony/polyfill-mbstring',
        ),
        
'Symfony\\Polyfill\\Ctype\\' =>
        array (
            
=> __DIR__ '/..' '/symfony/polyfill-ctype',
        ),
        
'PhpOption\\' =>
        array (
            
=> __DIR__ '/..' '/phpoption/phpoption/src/PhpOption',
        ),
        
'GrahamCampbell\\ResultType\\' =>
        array (
            
=> __DIR__ '/..' '/graham-campbell/result-type/src',
        ),
        
'Dotenv\\' =>
        array (
            
=> __DIR__ '/..' '/vlucas/phpdotenv/src',
        ),
    );

    public static 
$classMap = array (
        
'Attribute' => __DIR__ '/..' '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
        
'Composer\\InstalledVersions' => __DIR__ '/..' '/composer/InstalledVersions.php',
        
'PhpToken' => __DIR__ '/..' '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
        
'Stringable' => __DIR__ '/..' '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
        
'UnhandledMatchError' => __DIR__ '/..' '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
        
'ValueError' => __DIR__ '/..' '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
    );

    public static function 
getInitializer(ClassLoader $loader)
    {
        return \
Closure::bind(function () use ($loader) {
            
$loader->prefixLengthsPsr4 ComposerStaticInite875ae8441d070d7dda5f4b47a2117aa::$prefixLengthsPsr4;
            
$loader->prefixDirsPsr4 ComposerStaticInite875ae8441d070d7dda5f4b47a2117aa::$prefixDirsPsr4;
            
$loader->classMap ComposerStaticInite875ae8441d070d7dda5f4b47a2117aa::$classMap;

        }, 
nullClassLoader::class);
    }
}