mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Speedup autoloading on PHP 5.6 & 7.0+ using static arrays
This commit is contained in:
parent
40c14709f7
commit
fd2f51cea8
18 changed files with 401 additions and 88 deletions
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
|
||||
// autoload_static.php @generated by Composer
|
||||
|
||||
namespace Composer\Autoload;
|
||||
|
||||
class ComposerStaticInitFilesAutoload
|
||||
{
|
||||
public static $files = array (
|
||||
'6d9003eea93a81f3586b5d9c5bd91272' => __DIR__ . '/..' . '/a/a/test.php',
|
||||
'e56cac94f86c787e1efd645809df361d' => __DIR__ . '/..' . '/b/b/test2.php',
|
||||
'df8470dfa2ebd6b31da05b60fb4ec29a' => __DIR__ . '/..' . '/c/c/foo/bar/test3.php',
|
||||
'68f1e24e6cd39de885cb5a47678e6518' => __DIR__ . '/..' . '/c/c/foo/bar/test4.php',
|
||||
'61b776fd0ee84fb7d7d958ae46118ded' => __DIR__ . '/../..' . '/root.php',
|
||||
);
|
||||
|
||||
public static function getInitializer(ClassLoader $loader)
|
||||
{
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue