__DIR__ . '/..' . '/nikic/fast-route/src/functions.php', ); public static $prefixLengthsPsr4 = array ( 'W' => array ( 'Workerman\\' => 10, ), 'M' => array ( 'Mark\\' => 5, ), 'F' => array ( 'FastRoute\\' => 10, ), ); public static $prefixDirsPsr4 = array ( 'Workerman\\' => array ( 0 => __DIR__ . '/..' . '/workerman/workerman', ), 'Mark\\' => array ( 0 => __DIR__ . '/..' . '/mark-php/mark/src', ), 'FastRoute\\' => array ( 0 => __DIR__ . '/..' . '/nikic/fast-route/src', ), ); public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInit8273b23f2c369c31a54fbafdd29a1dd5::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInit8273b23f2c369c31a54fbafdd29a1dd5::$prefixDirsPsr4; }, null, ClassLoader::class); } }