10b3fd2d3SAndreas Gohr<?php 20b3fd2d3SAndreas Gohr 30b3fd2d3SAndreas Gohr// autoload_static.php @generated by Composer 40b3fd2d3SAndreas Gohr 50b3fd2d3SAndreas Gohrnamespace Composer\Autoload; 60b3fd2d3SAndreas Gohr 70b3fd2d3SAndreas Gohrclass ComposerStaticInit4dc77faa3459161bbb3efea2ab35aaa9 80b3fd2d3SAndreas Gohr{ 90b3fd2d3SAndreas Gohr public static $prefixLengthsPsr4 = array ( 100b3fd2d3SAndreas Gohr 'F' => 110b3fd2d3SAndreas Gohr array ( 120b3fd2d3SAndreas Gohr 'FreeDSx\\Socket\\' => 15, 130b3fd2d3SAndreas Gohr 'FreeDSx\\Sasl\\' => 13, 140b3fd2d3SAndreas Gohr 'FreeDSx\\Ldap\\' => 13, 150b3fd2d3SAndreas Gohr 'FreeDSx\\Asn1\\' => 13, 160b3fd2d3SAndreas Gohr ), 170b3fd2d3SAndreas Gohr ); 180b3fd2d3SAndreas Gohr 190b3fd2d3SAndreas Gohr public static $prefixDirsPsr4 = array ( 200b3fd2d3SAndreas Gohr 'FreeDSx\\Socket\\' => 210b3fd2d3SAndreas Gohr array ( 220b3fd2d3SAndreas Gohr 0 => __DIR__ . '/..' . '/freedsx/socket/src/FreeDSx/Socket', 230b3fd2d3SAndreas Gohr ), 240b3fd2d3SAndreas Gohr 'FreeDSx\\Sasl\\' => 250b3fd2d3SAndreas Gohr array ( 260b3fd2d3SAndreas Gohr 0 => __DIR__ . '/..' . '/freedsx/sasl/src/FreeDSx/Sasl', 270b3fd2d3SAndreas Gohr ), 280b3fd2d3SAndreas Gohr 'FreeDSx\\Ldap\\' => 290b3fd2d3SAndreas Gohr array ( 300b3fd2d3SAndreas Gohr 0 => __DIR__ . '/..' . '/freedsx/ldap/src/FreeDSx/Ldap', 310b3fd2d3SAndreas Gohr ), 320b3fd2d3SAndreas Gohr 'FreeDSx\\Asn1\\' => 330b3fd2d3SAndreas Gohr array ( 340b3fd2d3SAndreas Gohr 0 => __DIR__ . '/..' . '/freedsx/asn1/src/FreeDSx/Asn1', 350b3fd2d3SAndreas Gohr ), 360b3fd2d3SAndreas Gohr ); 370b3fd2d3SAndreas Gohr 38*fd0855ecSAndreas Gohr public static $classMap = array ( 39*fd0855ecSAndreas Gohr 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 40*fd0855ecSAndreas Gohr ); 41*fd0855ecSAndreas Gohr 420b3fd2d3SAndreas Gohr public static function getInitializer(ClassLoader $loader) 430b3fd2d3SAndreas Gohr { 440b3fd2d3SAndreas Gohr return \Closure::bind(function () use ($loader) { 450b3fd2d3SAndreas Gohr $loader->prefixLengthsPsr4 = ComposerStaticInit4dc77faa3459161bbb3efea2ab35aaa9::$prefixLengthsPsr4; 460b3fd2d3SAndreas Gohr $loader->prefixDirsPsr4 = ComposerStaticInit4dc77faa3459161bbb3efea2ab35aaa9::$prefixDirsPsr4; 47*fd0855ecSAndreas Gohr $loader->classMap = ComposerStaticInit4dc77faa3459161bbb3efea2ab35aaa9::$classMap; 480b3fd2d3SAndreas Gohr 490b3fd2d3SAndreas Gohr }, null, ClassLoader::class); 500b3fd2d3SAndreas Gohr } 510b3fd2d3SAndreas Gohr} 52