composer
1 week ago
firebase
1 month ago
psr
3 months ago
ralouphie
1 year ago
symfony
3 months ago
wikimedia
1 year ago
autoload.php
1 month ago
scoper-autoload.php
1 month ago
scoper-autoload.php
46 lines
| 1 | <?php |
| 2 | |
| 3 | // scoper-autoload.php @generated by PhpScoper |
| 4 | |
| 5 | $loader = (static function () { |
| 6 | // Backup the autoloaded Composer files |
| 7 | $existingComposerAutoloadFiles = isset($GLOBALS['__composer_autoload_files']) ? $GLOBALS['__composer_autoload_files'] : []; |
| 8 | |
| 9 | $loader = require_once __DIR__.'/autoload.php'; |
| 10 | // Ensure InstalledVersions is available |
| 11 | $installedVersionsPath = __DIR__.'/composer/InstalledVersions.php'; |
| 12 | if (file_exists($installedVersionsPath)) require_once $installedVersionsPath; |
| 13 | |
| 14 | // Restore the backup and ensure the excluded files are properly marked as loaded |
| 15 | $GLOBALS['__composer_autoload_files'] = \array_merge( |
| 16 | $existingComposerAutoloadFiles, |
| 17 | \array_fill_keys(['7bdb062931f6e7102434c3ad28423eb6'], true) |
| 18 | ); |
| 19 | |
| 20 | return $loader; |
| 21 | })(); |
| 22 | |
| 23 | // Class aliases. For more information see: |
| 24 | // https://github.com/humbug/php-scoper/blob/master/docs/further-reading.md#class-aliases |
| 25 | if (!function_exists('humbug_phpscoper_expose_class')) { |
| 26 | function humbug_phpscoper_expose_class($exposed, $prefixed) { |
| 27 | if (!class_exists($exposed, false) && !interface_exists($exposed, false) && !trait_exists($exposed, false)) { |
| 28 | spl_autoload_call($prefixed); |
| 29 | } |
| 30 | } |
| 31 | } |
| 32 | humbug_phpscoper_expose_class('ComposerAutoloaderInit844a779aae516bed9e0beccea9d01fda', 'WooCommerce\PayPalCommerce\Vendor\ComposerAutoloaderInit844a779aae516bed9e0beccea9d01fda'); |
| 33 | |
| 34 | // Function aliases. For more information see: |
| 35 | // https://github.com/humbug/php-scoper/blob/master/docs/further-reading.md#function-aliases |
| 36 | if (!function_exists('fdiv')) { function fdiv() { return \WooCommerce\PayPalCommerce\Vendor\fdiv(...func_get_args()); } } |
| 37 | if (!function_exists('get_debug_type')) { function get_debug_type() { return \WooCommerce\PayPalCommerce\Vendor\get_debug_type(...func_get_args()); } } |
| 38 | if (!function_exists('get_resource_id')) { function get_resource_id() { return \WooCommerce\PayPalCommerce\Vendor\get_resource_id(...func_get_args()); } } |
| 39 | if (!function_exists('getallheaders')) { function getallheaders() { return \WooCommerce\PayPalCommerce\Vendor\getallheaders(...func_get_args()); } } |
| 40 | if (!function_exists('preg_last_error_msg')) { function preg_last_error_msg() { return \WooCommerce\PayPalCommerce\Vendor\preg_last_error_msg(...func_get_args()); } } |
| 41 | if (!function_exists('str_contains')) { function str_contains() { return \WooCommerce\PayPalCommerce\Vendor\str_contains(...func_get_args()); } } |
| 42 | if (!function_exists('str_ends_with')) { function str_ends_with() { return \WooCommerce\PayPalCommerce\Vendor\str_ends_with(...func_get_args()); } } |
| 43 | if (!function_exists('str_starts_with')) { function str_starts_with() { return \WooCommerce\PayPalCommerce\Vendor\str_starts_with(...func_get_args()); } } |
| 44 | |
| 45 | return $loader; |
| 46 |