PluginProbe ʕ •ᴥ•ʔ
WooCommerce PayPal Payments / 4.1.0
WooCommerce PayPal Payments v4.1.0
4.1.0 4.0.4 4.0.3 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.4.0 1.5.0 1.5.1 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.7.0 1.7.1 1.8.0 1.8.1 1.9.0 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1.0 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.4.0 2.4.1 2.4.2 2.4.3 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.6.0 2.6.1 2.7.0 2.7.1 2.8.0 2.8.1 2.8.2 2.8.3 2.9.0 2.9.1 2.9.2 2.9.3 2.9.4 2.9.5 2.9.6 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.4.0 3.4.1 4.0.0 4.0.1 4.0.2
woocommerce-paypal-payments / vendor / scoper-autoload.php
woocommerce-paypal-payments / vendor Last commit date
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