Changeset 2276904
- Timestamp:
- 04/06/2020 06:18:36 AM (5 years ago)
- Location:
- writing-on-github/trunk/vendor
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
writing-on-github/trunk/vendor/autoload.php
r2256525 r2276904 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit abf459b3bc8f9bf41553cd127895a0ef::getLoader();7 return ComposerAutoloaderInite58e61778cb61a2d8279466b5079fbdf::getLoader(); -
writing-on-github/trunk/vendor/composer/autoload_real.php
r2256525 r2276904 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit abf459b3bc8f9bf41553cd127895a0ef5 class ComposerAutoloaderInite58e61778cb61a2d8279466b5079fbdf 6 6 { 7 7 private static $loader; … … 14 14 } 15 15 16 /** 17 * @return \Composer\Autoload\ClassLoader 18 */ 16 19 public static function getLoader() 17 20 { … … 20 23 } 21 24 22 spl_autoload_register(array('ComposerAutoloaderInit abf459b3bc8f9bf41553cd127895a0ef', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInite58e61778cb61a2d8279466b5079fbdf', 'loadClassLoader'), true, true); 23 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInit abf459b3bc8f9bf41553cd127895a0ef', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInite58e61778cb61a2d8279466b5079fbdf', 'loadClassLoader')); 25 28 26 29 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 28 31 require_once __DIR__ . '/autoload_static.php'; 29 32 30 call_user_func(\Composer\Autoload\ComposerStaticInit abf459b3bc8f9bf41553cd127895a0ef::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInite58e61778cb61a2d8279466b5079fbdf::getInitializer($loader)); 31 34 } else { 32 35 $map = require __DIR__ . '/autoload_namespaces.php'; … … 49 52 50 53 if ($useStaticLoader) { 51 $includeFiles = Composer\Autoload\ComposerStaticInit abf459b3bc8f9bf41553cd127895a0ef::$files;54 $includeFiles = Composer\Autoload\ComposerStaticInite58e61778cb61a2d8279466b5079fbdf::$files; 52 55 } else { 53 56 $includeFiles = require __DIR__ . '/autoload_files.php'; 54 57 } 55 58 foreach ($includeFiles as $fileIdentifier => $file) { 56 composerRequire abf459b3bc8f9bf41553cd127895a0ef($fileIdentifier, $file);59 composerRequiree58e61778cb61a2d8279466b5079fbdf($fileIdentifier, $file); 57 60 } 58 61 … … 61 64 } 62 65 63 function composerRequire abf459b3bc8f9bf41553cd127895a0ef($fileIdentifier, $file)66 function composerRequiree58e61778cb61a2d8279466b5079fbdf($fileIdentifier, $file) 64 67 { 65 68 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
writing-on-github/trunk/vendor/composer/autoload_static.php
r2256525 r2276904 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit abf459b3bc8f9bf41553cd127895a0ef7 class ComposerStaticInite58e61778cb61a2d8279466b5079fbdf 8 8 { 9 9 public static $files = array ( … … 35 35 { 36 36 return \Closure::bind(function () use ($loader) { 37 $loader->classMap = ComposerStaticInit abf459b3bc8f9bf41553cd127895a0ef::$classMap;37 $loader->classMap = ComposerStaticInite58e61778cb61a2d8279466b5079fbdf::$classMap; 38 38 39 39 }, null, ClassLoader::class);
Note: See TracChangeset
for help on using the changeset viewer.