andrewmead
2 years ago
bin
2 years ago
composer
2 years ago
doctrine
2 years ago
eftec
2 years ago
illuminate
2 years ago
league
2 years ago
matomo
2 years ago
maxmind-db
2 years ago
mustangostang
2 years ago
nesbot
2 years ago
psr
2 years ago
symfony
2 years ago
voku
2 years ago
autoload.php
2 years ago
scoper-autoload.php
2 years ago
scoper-autoload.php
131 lines
| 1 | <?php |
| 2 | |
| 3 | // scoper-autoload.php @generated by PhpScoper |
| 4 | |
| 5 | $loader = (static function () { |
| 6 | // Backup the autoloaded Composer files |
| 7 | $existingComposerAutoloadFiles = $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(['8a65bfc2687ab78a18a3072cd9c45a4a', '9eaa6b0f3f04e58e17ae5ecb754ea313', '320cde22f66dd4f5d3fd621d3e88b98f', 'acbe0d033c55cd0a032b415e08d14f4c', '8825ede83f2f289127722d4e842cf7e8', '36dfd6ed9dd74e8062aa61f09caf8554', 'e69f7f6ee287b969198c3c9d6777bd38', '5928a00fa978807cf85d90ec3f4b0147', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a', '0d59ee240a4cd96ddbb4ff164fccea4d', 'a4a119a56e50fbb293281d9a48007e0e', '54b9ab13bc86d8251a04a939888e357e', 'a89966141ddd51b9b7e868bc3b2f9bb0', '51421aa3e5e8003b70a289762d146a2a', 'f49032536fdd06afd9df7191c3f21453', '18e965175c6bcd96deba6bc791a44373', '7edcabe1b67fbb38f4972a722bbbb429', '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('IAWP\Utils\Security', 'IAWP_SCOPED\IAWP\Utils\Security'); |
| 33 | humbug_phpscoper_expose_class('JsonException', 'IAWP_SCOPED\JsonException'); |
| 34 | humbug_phpscoper_expose_class('PhpToken', 'IAWP_SCOPED\PhpToken'); |
| 35 | humbug_phpscoper_expose_class('ValueError', 'IAWP_SCOPED\ValueError'); |
| 36 | humbug_phpscoper_expose_class('Attribute', 'IAWP_SCOPED\Attribute'); |
| 37 | humbug_phpscoper_expose_class('UnhandledMatchError', 'IAWP_SCOPED\UnhandledMatchError'); |
| 38 | humbug_phpscoper_expose_class('Stringable', 'IAWP_SCOPED\Stringable'); |
| 39 | humbug_phpscoper_expose_class('Normalizer', 'IAWP_SCOPED\Normalizer'); |
| 40 | |
| 41 | // Function aliases. For more information see: |
| 42 | // https://github.com/humbug/php-scoper/blob/master/docs/further-reading.md#function-aliases |
| 43 | if (!function_exists('array_key_first')) { function array_key_first() { return \IAWP_SCOPED\array_key_first(...func_get_args()); } } |
| 44 | if (!function_exists('array_key_last')) { function array_key_last() { return \IAWP_SCOPED\array_key_last(...func_get_args()); } } |
| 45 | if (!function_exists('collect')) { function collect() { return \IAWP_SCOPED\collect(...func_get_args()); } } |
| 46 | if (!function_exists('ctype_alnum')) { function ctype_alnum() { return \IAWP_SCOPED\ctype_alnum(...func_get_args()); } } |
| 47 | if (!function_exists('ctype_alpha')) { function ctype_alpha() { return \IAWP_SCOPED\ctype_alpha(...func_get_args()); } } |
| 48 | if (!function_exists('ctype_cntrl')) { function ctype_cntrl() { return \IAWP_SCOPED\ctype_cntrl(...func_get_args()); } } |
| 49 | if (!function_exists('ctype_digit')) { function ctype_digit() { return \IAWP_SCOPED\ctype_digit(...func_get_args()); } } |
| 50 | if (!function_exists('ctype_graph')) { function ctype_graph() { return \IAWP_SCOPED\ctype_graph(...func_get_args()); } } |
| 51 | if (!function_exists('ctype_lower')) { function ctype_lower() { return \IAWP_SCOPED\ctype_lower(...func_get_args()); } } |
| 52 | if (!function_exists('ctype_print')) { function ctype_print() { return \IAWP_SCOPED\ctype_print(...func_get_args()); } } |
| 53 | if (!function_exists('ctype_punct')) { function ctype_punct() { return \IAWP_SCOPED\ctype_punct(...func_get_args()); } } |
| 54 | if (!function_exists('ctype_space')) { function ctype_space() { return \IAWP_SCOPED\ctype_space(...func_get_args()); } } |
| 55 | if (!function_exists('ctype_upper')) { function ctype_upper() { return \IAWP_SCOPED\ctype_upper(...func_get_args()); } } |
| 56 | if (!function_exists('ctype_xdigit')) { function ctype_xdigit() { return \IAWP_SCOPED\ctype_xdigit(...func_get_args()); } } |
| 57 | if (!function_exists('fdiv')) { function fdiv() { return \IAWP_SCOPED\fdiv(...func_get_args()); } } |
| 58 | if (!function_exists('get_debug_type')) { function get_debug_type() { return \IAWP_SCOPED\get_debug_type(...func_get_args()); } } |
| 59 | if (!function_exists('get_resource_id')) { function get_resource_id() { return \IAWP_SCOPED\get_resource_id(...func_get_args()); } } |
| 60 | if (!function_exists('grapheme_extract')) { function grapheme_extract() { return \IAWP_SCOPED\grapheme_extract(...func_get_args()); } } |
| 61 | if (!function_exists('grapheme_stripos')) { function grapheme_stripos() { return \IAWP_SCOPED\grapheme_stripos(...func_get_args()); } } |
| 62 | if (!function_exists('grapheme_stristr')) { function grapheme_stristr() { return \IAWP_SCOPED\grapheme_stristr(...func_get_args()); } } |
| 63 | if (!function_exists('grapheme_strlen')) { function grapheme_strlen() { return \IAWP_SCOPED\grapheme_strlen(...func_get_args()); } } |
| 64 | if (!function_exists('grapheme_strpos')) { function grapheme_strpos() { return \IAWP_SCOPED\grapheme_strpos(...func_get_args()); } } |
| 65 | if (!function_exists('grapheme_strripos')) { function grapheme_strripos() { return \IAWP_SCOPED\grapheme_strripos(...func_get_args()); } } |
| 66 | if (!function_exists('grapheme_strrpos')) { function grapheme_strrpos() { return \IAWP_SCOPED\grapheme_strrpos(...func_get_args()); } } |
| 67 | if (!function_exists('grapheme_strstr')) { function grapheme_strstr() { return \IAWP_SCOPED\grapheme_strstr(...func_get_args()); } } |
| 68 | if (!function_exists('grapheme_substr')) { function grapheme_substr() { return \IAWP_SCOPED\grapheme_substr(...func_get_args()); } } |
| 69 | if (!function_exists('hrtime')) { function hrtime() { return \IAWP_SCOPED\hrtime(...func_get_args()); } } |
| 70 | if (!function_exists('iawp')) { function iawp() { return \IAWP_SCOPED\iawp(...func_get_args()); } } |
| 71 | if (!function_exists('iawp_analytics')) { function iawp_analytics() { return \IAWP_SCOPED\iawp_analytics(...func_get_args()); } } |
| 72 | if (!function_exists('iawp_blade')) { function iawp_blade() { return \IAWP_SCOPED\iawp_blade(...func_get_args()); } } |
| 73 | if (!function_exists('iawp_dashboard_url')) { function iawp_dashboard_url() { return \IAWP_SCOPED\iawp_dashboard_url(...func_get_args()); } } |
| 74 | if (!function_exists('iawp_is_free')) { function iawp_is_free() { return \IAWP_SCOPED\iawp_is_free(...func_get_args()); } } |
| 75 | if (!function_exists('iawp_is_pro')) { function iawp_is_pro() { return \IAWP_SCOPED\iawp_is_pro(...func_get_args()); } } |
| 76 | if (!function_exists('iawp_log')) { function iawp_log() { return \IAWP_SCOPED\iawp_log(...func_get_args()); } } |
| 77 | if (!function_exists('iawp_path_to')) { function iawp_path_to() { return \IAWP_SCOPED\iawp_path_to(...func_get_args()); } } |
| 78 | if (!function_exists('iawp_singular_analytics')) { function iawp_singular_analytics() { return \IAWP_SCOPED\iawp_singular_analytics(...func_get_args()); } } |
| 79 | if (!function_exists('iawp_temp_path_to')) { function iawp_temp_path_to() { return \IAWP_SCOPED\iawp_temp_path_to(...func_get_args()); } } |
| 80 | if (!function_exists('iawp_upload_path_to')) { function iawp_upload_path_to() { return \IAWP_SCOPED\iawp_upload_path_to(...func_get_args()); } } |
| 81 | if (!function_exists('iawp_url_to')) { function iawp_url_to() { return \IAWP_SCOPED\iawp_url_to(...func_get_args()); } } |
| 82 | if (!function_exists('iawp_using_woocommerce')) { function iawp_using_woocommerce() { return \IAWP_SCOPED\iawp_using_woocommerce(...func_get_args()); } } |
| 83 | if (!function_exists('is_countable')) { function is_countable() { return \IAWP_SCOPED\is_countable(...func_get_args()); } } |
| 84 | if (!function_exists('mb_check_encoding')) { function mb_check_encoding() { return \IAWP_SCOPED\mb_check_encoding(...func_get_args()); } } |
| 85 | if (!function_exists('mb_chr')) { function mb_chr() { return \IAWP_SCOPED\mb_chr(...func_get_args()); } } |
| 86 | if (!function_exists('mb_convert_case')) { function mb_convert_case() { return \IAWP_SCOPED\mb_convert_case(...func_get_args()); } } |
| 87 | if (!function_exists('mb_convert_encoding')) { function mb_convert_encoding() { return \IAWP_SCOPED\mb_convert_encoding(...func_get_args()); } } |
| 88 | if (!function_exists('mb_convert_variables')) { function mb_convert_variables() { return \IAWP_SCOPED\mb_convert_variables(...func_get_args()); } } |
| 89 | if (!function_exists('mb_decode_mimeheader')) { function mb_decode_mimeheader() { return \IAWP_SCOPED\mb_decode_mimeheader(...func_get_args()); } } |
| 90 | if (!function_exists('mb_decode_numericentity')) { function mb_decode_numericentity() { return \IAWP_SCOPED\mb_decode_numericentity(...func_get_args()); } } |
| 91 | if (!function_exists('mb_detect_encoding')) { function mb_detect_encoding() { return \IAWP_SCOPED\mb_detect_encoding(...func_get_args()); } } |
| 92 | if (!function_exists('mb_detect_order')) { function mb_detect_order() { return \IAWP_SCOPED\mb_detect_order(...func_get_args()); } } |
| 93 | if (!function_exists('mb_encode_mimeheader')) { function mb_encode_mimeheader() { return \IAWP_SCOPED\mb_encode_mimeheader(...func_get_args()); } } |
| 94 | if (!function_exists('mb_encode_numericentity')) { function mb_encode_numericentity() { return \IAWP_SCOPED\mb_encode_numericentity(...func_get_args()); } } |
| 95 | if (!function_exists('mb_encoding_aliases')) { function mb_encoding_aliases() { return \IAWP_SCOPED\mb_encoding_aliases(...func_get_args()); } } |
| 96 | if (!function_exists('mb_get_info')) { function mb_get_info() { return \IAWP_SCOPED\mb_get_info(...func_get_args()); } } |
| 97 | if (!function_exists('mb_http_input')) { function mb_http_input() { return \IAWP_SCOPED\mb_http_input(...func_get_args()); } } |
| 98 | if (!function_exists('mb_http_output')) { function mb_http_output() { return \IAWP_SCOPED\mb_http_output(...func_get_args()); } } |
| 99 | if (!function_exists('mb_internal_encoding')) { function mb_internal_encoding() { return \IAWP_SCOPED\mb_internal_encoding(...func_get_args()); } } |
| 100 | if (!function_exists('mb_language')) { function mb_language() { return \IAWP_SCOPED\mb_language(...func_get_args()); } } |
| 101 | if (!function_exists('mb_list_encodings')) { function mb_list_encodings() { return \IAWP_SCOPED\mb_list_encodings(...func_get_args()); } } |
| 102 | if (!function_exists('mb_ord')) { function mb_ord() { return \IAWP_SCOPED\mb_ord(...func_get_args()); } } |
| 103 | if (!function_exists('mb_output_handler')) { function mb_output_handler() { return \IAWP_SCOPED\mb_output_handler(...func_get_args()); } } |
| 104 | if (!function_exists('mb_parse_str')) { function mb_parse_str() { return \IAWP_SCOPED\mb_parse_str(...func_get_args()); } } |
| 105 | if (!function_exists('mb_scrub')) { function mb_scrub() { return \IAWP_SCOPED\mb_scrub(...func_get_args()); } } |
| 106 | if (!function_exists('mb_str_split')) { function mb_str_split() { return \IAWP_SCOPED\mb_str_split(...func_get_args()); } } |
| 107 | if (!function_exists('mb_stripos')) { function mb_stripos() { return \IAWP_SCOPED\mb_stripos(...func_get_args()); } } |
| 108 | if (!function_exists('mb_stristr')) { function mb_stristr() { return \IAWP_SCOPED\mb_stristr(...func_get_args()); } } |
| 109 | if (!function_exists('mb_strlen')) { function mb_strlen() { return \IAWP_SCOPED\mb_strlen(...func_get_args()); } } |
| 110 | if (!function_exists('mb_strpos')) { function mb_strpos() { return \IAWP_SCOPED\mb_strpos(...func_get_args()); } } |
| 111 | if (!function_exists('mb_strrchr')) { function mb_strrchr() { return \IAWP_SCOPED\mb_strrchr(...func_get_args()); } } |
| 112 | if (!function_exists('mb_strrichr')) { function mb_strrichr() { return \IAWP_SCOPED\mb_strrichr(...func_get_args()); } } |
| 113 | if (!function_exists('mb_strripos')) { function mb_strripos() { return \IAWP_SCOPED\mb_strripos(...func_get_args()); } } |
| 114 | if (!function_exists('mb_strrpos')) { function mb_strrpos() { return \IAWP_SCOPED\mb_strrpos(...func_get_args()); } } |
| 115 | if (!function_exists('mb_strstr')) { function mb_strstr() { return \IAWP_SCOPED\mb_strstr(...func_get_args()); } } |
| 116 | if (!function_exists('mb_strtolower')) { function mb_strtolower() { return \IAWP_SCOPED\mb_strtolower(...func_get_args()); } } |
| 117 | if (!function_exists('mb_strtoupper')) { function mb_strtoupper() { return \IAWP_SCOPED\mb_strtoupper(...func_get_args()); } } |
| 118 | if (!function_exists('mb_strwidth')) { function mb_strwidth() { return \IAWP_SCOPED\mb_strwidth(...func_get_args()); } } |
| 119 | if (!function_exists('mb_substitute_character')) { function mb_substitute_character() { return \IAWP_SCOPED\mb_substitute_character(...func_get_args()); } } |
| 120 | if (!function_exists('mb_substr')) { function mb_substr() { return \IAWP_SCOPED\mb_substr(...func_get_args()); } } |
| 121 | if (!function_exists('mb_substr_count')) { function mb_substr_count() { return \IAWP_SCOPED\mb_substr_count(...func_get_args()); } } |
| 122 | if (!function_exists('normalizer_is_normalized')) { function normalizer_is_normalized() { return \IAWP_SCOPED\normalizer_is_normalized(...func_get_args()); } } |
| 123 | if (!function_exists('normalizer_normalize')) { function normalizer_normalize() { return \IAWP_SCOPED\normalizer_normalize(...func_get_args()); } } |
| 124 | if (!function_exists('preg_last_error_msg')) { function preg_last_error_msg() { return \IAWP_SCOPED\preg_last_error_msg(...func_get_args()); } } |
| 125 | if (!function_exists('str_contains')) { function str_contains() { return \IAWP_SCOPED\str_contains(...func_get_args()); } } |
| 126 | if (!function_exists('str_ends_with')) { function str_ends_with() { return \IAWP_SCOPED\str_ends_with(...func_get_args()); } } |
| 127 | if (!function_exists('str_starts_with')) { function str_starts_with() { return \IAWP_SCOPED\str_starts_with(...func_get_args()); } } |
| 128 | if (!function_exists('value')) { function value() { return \IAWP_SCOPED\value(...func_get_args()); } } |
| 129 | |
| 130 | return $loader; |
| 131 |