tp6混合easyswoole DLL 多应用模式 修改版
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInite4e760d3dabd5a5ecb618c06e992f333 { public static $prefixLengthsPsr4 = array ( 'W' => array ( 'WebSocket\\' => 10, ), 'E' => array ( 'EasySwoole\\Spl\\Test\\' => 20, 'EasySwoole\\Spl\\' => 15, 'EasySwoole\\DDL\\Test\\' => 20, 'EasySwoole\\DDL\\' => 15, ), );
public static $prefixDirsPsr4 = array ( 'WebSocket\\' => array ( 0 => __DIR__ . '/..' . '/textalk/websocket/lib', ), 'EasySwoole\\Spl\\Test\\' => array ( 0 => __DIR__ . '/..' . '/easyswoole/spl/test', ), 'EasySwoole\\Spl\\' => array ( 0 => __DIR__ . '/..' . '/easyswoole/spl/src', ), 'EasySwoole\\DDL\\Test\\' => array ( 0 => __DIR__ . '/..' . '/easyswoole/ddl/test', ), 'EasySwoole\\DDL\\' => array ( 0 => __DIR__ . '/..' . '/easyswoole/ddl/src', ), );
public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInite4e760d3dabd5a5ecb618c06e992f333::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInite4e760d3dabd5a5ecb618c06e992f333::$prefixDirsPsr4;
}, null, ClassLoader::class); } }
|