Subversion Repositories php-qbpwcf

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 liveuser 1
<?php
2
 
3
// autoload_static.php @generated by Composer
4
 
5
namespace Composer\Autoload;
6
 
7
class ComposerStaticInite27a2f4e80d96288bf045311ac7f8a8b
8
{
9
    public static $files = array (
10
        'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
11
        '972fda704d680a3a53c68e34e193cb22' => __DIR__ . '/..' . '/react/promise-timer/src/functions_include.php',
12
        'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
13
        '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
14
        '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
15
        '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
16
        'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
17
    );
18
 
19
    public static $prefixLengthsPsr4 = array (
20
        'S' => 
21
        array (
22
            'Symfony\\Polyfill\\Php80\\' => 23,
23
            'Symfony\\Polyfill\\Mbstring\\' => 26,
24
            'Symfony\\Component\\Routing\\' => 26,
25
            'Symfony\\Component\\HttpFoundation\\' => 33,
26
        ),
27
        'R' => 
28
        array (
29
            'React\\Stream\\' => 13,
30
            'React\\Socket\\' => 13,
31
            'React\\Promise\\Timer\\' => 20,
32
            'React\\Promise\\' => 14,
33
            'React\\EventLoop\\' => 16,
34
            'React\\Dns\\' => 10,
35
            'React\\Cache\\' => 12,
36
            'Ratchet\\RFC6455\\' => 16,
37
            'Ratchet\\' => 8,
38
        ),
39
        'P' => 
40
        array (
41
            'Psr\\Http\\Message\\' => 17,
42
        ),
43
        'G' => 
44
        array (
45
            'GuzzleHttp\\Psr7\\' => 16,
46
        ),
47
    );
48
 
49
    public static $prefixDirsPsr4 = array (
50
        'Symfony\\Polyfill\\Php80\\' => 
51
        array (
52
 
53
        ),
54
        'Symfony\\Polyfill\\Mbstring\\' => 
55
        array (
56
 
57
        ),
58
        'Symfony\\Component\\Routing\\' => 
59
        array (
60
 
61
        ),
62
        'Symfony\\Component\\HttpFoundation\\' => 
63
        array (
64
 
65
        ),
66
        'React\\Stream\\' => 
67
        array (
68
 
69
        ),
70
        'React\\Socket\\' => 
71
        array (
72
 
73
        ),
74
        'React\\Promise\\Timer\\' => 
75
        array (
76
 
77
        ),
78
        'React\\Promise\\' => 
79
        array (
80
 
81
        ),
82
        'React\\EventLoop\\' => 
83
        array (
84
 
85
        ),
86
        'React\\Dns\\' => 
87
        array (
88
 
89
        ),
90
        'React\\Cache\\' => 
91
        array (
92
 
93
        ),
94
        'Ratchet\\RFC6455\\' => 
95
        array (
96
 
97
        ),
98
        'Ratchet\\' => 
99
        array (
100
 
101
        ),
102
        'Psr\\Http\\Message\\' => 
103
        array (
104
 
105
        ),
106
        'GuzzleHttp\\Psr7\\' => 
107
        array (
108
 
109
        ),
110
    );
111
 
112
    public static $prefixesPsr0 = array (
113
        'E' => 
114
        array (
115
            'Evenement' => 
116
            array (
117
 
118
            ),
119
        ),
120
    );
121
 
122
    public static $classMap = array (
123
        'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
124
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
125
        'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
126
        'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
127
        'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
128
    );
129
 
130
    public static function getInitializer(ClassLoader $loader)
131
    {
132
        return \Closure::bind(function () use ($loader) {
133
            $loader->prefixLengthsPsr4 = ComposerStaticInite27a2f4e80d96288bf045311ac7f8a8b::$prefixLengthsPsr4;
134
            $loader->prefixDirsPsr4 = ComposerStaticInite27a2f4e80d96288bf045311ac7f8a8b::$prefixDirsPsr4;
135
            $loader->prefixesPsr0 = ComposerStaticInite27a2f4e80d96288bf045311ac7f8a8b::$prefixesPsr0;
136
            $loader->classMap = ComposerStaticInite27a2f4e80d96288bf045311ac7f8a8b::$classMap;
137
 
138
        }, null, ClassLoader::class);
139
    }
140
}