PluginProbe
Image Optimizer – Compress Images and Convert to WebP or AVIF / 1.7.7
Image Optimizer – Compress Images and Convert to WebP or AVIF v1.7.7
1.7.7 1.7.6 1.7.5 1.7.4 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 All 33 releases
← All changes | vendor/composer/autoload_real.php +16 -4 1.3.0 → 1.7.7 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2
3 3 // autoload_real.php @generated by Composer
4 4
5 -class ComposerAutoloaderInitf50fa77d23e2e3f49b728d5ed4386856
5 +class ComposerAutoloaderInit93c4b779935ce3ab67ff25d4b4938fd7
6 6 {
7 7 private static $loader;
8 8
9 9 public static function loadClassLoader($class)
@@ -23,16 +23,28 @@
23 23 }
24 24
25 25 require __DIR__ . '/platform_check.php';
26 26
27 - spl_autoload_register(array('ComposerAutoloaderInitf50fa77d23e2e3f49b728d5ed4386856', 'loadClassLoader'), true, true);
27 + spl_autoload_register(array('ComposerAutoloaderInit93c4b779935ce3ab67ff25d4b4938fd7', 'loadClassLoader'), true, true);
28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29 - spl_autoload_unregister(array('ComposerAutoloaderInitf50fa77d23e2e3f49b728d5ed4386856', 'loadClassLoader'));
29 + spl_autoload_unregister(array('ComposerAutoloaderInit93c4b779935ce3ab67ff25d4b4938fd7', 'loadClassLoader'));
30 30
31 31 require __DIR__ . '/autoload_static.php';
32 - call_user_func(\Composer\Autoload\ComposerStaticInitf50fa77d23e2e3f49b728d5ed4386856::getInitializer($loader));
32 + call_user_func(\Composer\Autoload\ComposerStaticInit93c4b779935ce3ab67ff25d4b4938fd7::getInitializer($loader));
33 33
34 34 $loader->register(true);
35 +
36 + $filesToLoad = \Composer\Autoload\ComposerStaticInit93c4b779935ce3ab67ff25d4b4938fd7::$files;
37 + $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
38 + if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
39 + $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
40 +
41 + require $file;
42 + }
43 + }, null, null);
44 + foreach ($filesToLoad as $fileIdentifier => $file) {
45 + $requireFile($fileIdentifier, $file);
46 + }
35 47
36 48 return $loader;
37 49 }
38 50 }