<?php

// scoper-autoload.php @generated by PhpScoper

$loader = (static function () {
    // Backup the autoloaded Composer files
    $existingComposerAutoloadFiles = $GLOBALS['__composer_autoload_files'] ?? [];

    $loader = require_once __DIR__.'/autoload.php';
    // Ensure InstalledVersions is available
    $installedVersionsPath = __DIR__.'/composer/InstalledVersions.php';
    if (file_exists($installedVersionsPath)) require_once $installedVersionsPath;

    // Restore the backup and ensure the excluded files are properly marked as loaded
    $GLOBALS['__composer_autoload_files'] = \array_merge(
        $existingComposerAutoloadFiles,
        \array_fill_keys(['320cde22f66dd4f5d3fd621d3e88b98f', '9eaa6b0f3f04e58e17ae5ecb754ea313', '8825ede83f2f289127722d4e842cf7e8', 'acbe0d033c55cd0a032b415e08d14f4c', 'e69f7f6ee287b969198c3c9d6777bd38', '36dfd6ed9dd74e8062aa61f09caf8554', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a', '5928a00fa978807cf85d90ec3f4b0147', 'a4a119a56e50fbb293281d9a48007e0e', '23c18046f52bef3eea034657bafda50f', '7bfbed8d216c917b4d3e46b319a08b5c', '9d2b9fc6db0f153a0a149fefb182415e', '606a39d89246991a373564698c2d8383', '54b9ab13bc86d8251a04a939888e357e', '18e965175c6bcd96deba6bc791a44373', '7edcabe1b67fbb38f4972a722bbbb429', '51421aa3e5e8003b70a289762d146a2a', '7bdb062931f6e7102434c3ad28423eb6', 'f49032536fdd06afd9df7191c3f21453', 'd1fb64fd99fc22e28e29a95cc0ea533a', '7b0b5d7b98f96ad751222ae5cc98cfcb', '72e758a5054532edb6cb9ed0d015e600', '79ae8b3fe21b90a128627e3871279d1b', 'bf96e31e7c167fef53a9fe56c15eca5b'], true)
    );

    return $loader;
})();

// Class aliases. For more information see:
// https://github.com/humbug/php-scoper/blob/master/docs/further-reading.md#class-aliases
if (!function_exists('humbug_phpscoper_expose_class')) {
    function humbug_phpscoper_expose_class($exposed, $prefixed) {
        if (!class_exists($exposed, false) && !interface_exists($exposed, false) && !trait_exists($exposed, false)) {
            spl_autoload_call($prefixed);
        }
    }
}
humbug_phpscoper_expose_class('ECSAutoloadIncluder', 'ECSPrefix202510\ECSAutoloadIncluder');
humbug_phpscoper_expose_class('ComposerAutoloaderInit7e800976403a8f15216506c27e6cbe5f', 'ECSPrefix202510\ComposerAutoloaderInit7e800976403a8f15216506c27e6cbe5f');
humbug_phpscoper_expose_class('Sample1', 'ECSPrefix202510\Sample1');
humbug_phpscoper_expose_class('Sample2', 'ECSPrefix202510\Sample2');
humbug_phpscoper_expose_class('Foo', 'ECSPrefix202510\Foo');
humbug_phpscoper_expose_class('Sample', 'ECSPrefix202510\Sample');
humbug_phpscoper_expose_class('Bar', 'ECSPrefix202510\Bar');
humbug_phpscoper_expose_class('MyApp', 'ECSPrefix202510\MyApp');
humbug_phpscoper_expose_class('AbstractMachine', 'ECSPrefix202510\AbstractMachine');
humbug_phpscoper_expose_class('ClassName', 'ECSPrefix202510\ClassName');
humbug_phpscoper_expose_class('ValueObject', 'ECSPrefix202510\ValueObject');
humbug_phpscoper_expose_class('Example', 'ECSPrefix202510\Example');
humbug_phpscoper_expose_class('SomeClass', 'ECSPrefix202510\SomeClass');
humbug_phpscoper_expose_class('MyTest', 'ECSPrefix202510\MyTest');
humbug_phpscoper_expose_class('FooTest', 'ECSPrefix202510\FooTest');
humbug_phpscoper_expose_class('Test', 'ECSPrefix202510\Test');
humbug_phpscoper_expose_class('DocBlocks', 'ECSPrefix202510\DocBlocks');
humbug_phpscoper_expose_class('Baz', 'ECSPrefix202510\Baz');
humbug_phpscoper_expose_class('NoNamespaceSniff', 'ECSPrefix202510\NoNamespaceSniff');
humbug_phpscoper_expose_class('Normalizer', 'ECSPrefix202510\Normalizer');
humbug_phpscoper_expose_class('Attribute', 'ECSPrefix202510\Attribute');
humbug_phpscoper_expose_class('PhpToken', 'ECSPrefix202510\PhpToken');
humbug_phpscoper_expose_class('Stringable', 'ECSPrefix202510\Stringable');
humbug_phpscoper_expose_class('UnhandledMatchError', 'ECSPrefix202510\UnhandledMatchError');
humbug_phpscoper_expose_class('ValueError', 'ECSPrefix202510\ValueError');
humbug_phpscoper_expose_class('CURLStringFile', 'ECSPrefix202510\CURLStringFile');
humbug_phpscoper_expose_class('ReturnTypeWillChange', 'ECSPrefix202510\ReturnTypeWillChange');
humbug_phpscoper_expose_class('Deprecated', 'ECSPrefix202510\Deprecated');
humbug_phpscoper_expose_class('ReflectionConstant', 'ECSPrefix202510\ReflectionConstant');
humbug_phpscoper_expose_class('NoDiscard', 'ECSPrefix202510\NoDiscard');

// Function aliases. For more information see:
// https://github.com/humbug/php-scoper/blob/master/docs/further-reading.md#function-aliases
if (!function_exists('A')) { function A() { return \ECSPrefix202510\A(...func_get_args()); } }
if (!function_exists('a')) { function a() { return \ECSPrefix202510\a(...func_get_args()); } }
if (!function_exists('aaa')) { function aaa() { return \ECSPrefix202510\aaa(...func_get_args()); } }
if (!function_exists('array_all')) { function array_all() { return \ECSPrefix202510\array_all(...func_get_args()); } }
if (!function_exists('array_any')) { function array_any() { return \ECSPrefix202510\array_any(...func_get_args()); } }
if (!function_exists('array_find')) { function array_find() { return \ECSPrefix202510\array_find(...func_get_args()); } }
if (!function_exists('array_find_key')) { function array_find_key() { return \ECSPrefix202510\array_find_key(...func_get_args()); } }
if (!function_exists('array_first')) { function array_first() { return \ECSPrefix202510\array_first(...func_get_args()); } }
if (!function_exists('array_is_list')) { function array_is_list() { return \ECSPrefix202510\array_is_list(...func_get_args()); } }
if (!function_exists('array_last')) { function array_last() { return \ECSPrefix202510\array_last(...func_get_args()); } }
if (!function_exists('b')) { function b() { return \ECSPrefix202510\b(...func_get_args()); } }
if (!function_exists('bar')) { function bar() { return \ECSPrefix202510\bar(...func_get_args()); } }
if (!function_exists('baz')) { function baz() { return \ECSPrefix202510\baz(...func_get_args()); } }
if (!function_exists('bbb')) { function bbb() { return \ECSPrefix202510\bbb(...func_get_args()); } }
if (!function_exists('bcdivmod')) { function bcdivmod() { return \ECSPrefix202510\bcdivmod(...func_get_args()); } }
if (!function_exists('cache')) { function cache() { return \ECSPrefix202510\cache(...func_get_args()); } }
if (!function_exists('ccc')) { function ccc() { return \ECSPrefix202510\ccc(...func_get_args()); } }
if (!function_exists('close')) { function close() { return \ECSPrefix202510\close(...func_get_args()); } }
if (!function_exists('ctype_alnum')) { function ctype_alnum() { return \ECSPrefix202510\ctype_alnum(...func_get_args()); } }
if (!function_exists('ctype_alpha')) { function ctype_alpha() { return \ECSPrefix202510\ctype_alpha(...func_get_args()); } }
if (!function_exists('ctype_cntrl')) { function ctype_cntrl() { return \ECSPrefix202510\ctype_cntrl(...func_get_args()); } }
if (!function_exists('ctype_digit')) { function ctype_digit() { return \ECSPrefix202510\ctype_digit(...func_get_args()); } }
if (!function_exists('ctype_graph')) { function ctype_graph() { return \ECSPrefix202510\ctype_graph(...func_get_args()); } }
if (!function_exists('ctype_lower')) { function ctype_lower() { return \ECSPrefix202510\ctype_lower(...func_get_args()); } }
if (!function_exists('ctype_print')) { function ctype_print() { return \ECSPrefix202510\ctype_print(...func_get_args()); } }
if (!function_exists('ctype_punct')) { function ctype_punct() { return \ECSPrefix202510\ctype_punct(...func_get_args()); } }
if (!function_exists('ctype_space')) { function ctype_space() { return \ECSPrefix202510\ctype_space(...func_get_args()); } }
if (!function_exists('ctype_upper')) { function ctype_upper() { return \ECSPrefix202510\ctype_upper(...func_get_args()); } }
if (!function_exists('ctype_xdigit')) { function ctype_xdigit() { return \ECSPrefix202510\ctype_xdigit(...func_get_args()); } }
if (!function_exists('enum_exists')) { function enum_exists() { return \ECSPrefix202510\enum_exists(...func_get_args()); } }
if (!function_exists('example')) { function example() { return \ECSPrefix202510\example(...func_get_args()); } }
if (!function_exists('f')) { function f() { return \ECSPrefix202510\f(...func_get_args()); } }
if (!function_exists('f1')) { function f1() { return \ECSPrefix202510\f1(...func_get_args()); } }
if (!function_exists('f2')) { function f2() { return \ECSPrefix202510\f2(...func_get_args()); } }
if (!function_exists('f9')) { function f9() { return \ECSPrefix202510\f9(...func_get_args()); } }
if (!function_exists('fdiv')) { function fdiv() { return \ECSPrefix202510\fdiv(...func_get_args()); } }
if (!function_exists('fnc')) { function fnc() { return \ECSPrefix202510\fnc(...func_get_args()); } }
if (!function_exists('foo')) { function foo() { return \ECSPrefix202510\foo(...func_get_args()); } }
if (!function_exists('fpow')) { function fpow() { return \ECSPrefix202510\fpow(...func_get_args()); } }
if (!function_exists('generate')) { function generate() { return \ECSPrefix202510\generate(...func_get_args()); } }
if (!function_exists('getValues')) { function getValues() { return \ECSPrefix202510\getValues(...func_get_args()); } }
if (!function_exists('get_debug_type')) { function get_debug_type() { return \ECSPrefix202510\get_debug_type(...func_get_args()); } }
if (!function_exists('get_error_handler')) { function get_error_handler() { return \ECSPrefix202510\get_error_handler(...func_get_args()); } }
if (!function_exists('get_exception_handler')) { function get_exception_handler() { return \ECSPrefix202510\get_exception_handler(...func_get_args()); } }
if (!function_exists('get_resource_id')) { function get_resource_id() { return \ECSPrefix202510\get_resource_id(...func_get_args()); } }
if (!function_exists('giveMeData')) { function giveMeData() { return \ECSPrefix202510\giveMeData(...func_get_args()); } }
if (!function_exists('grapheme_extract')) { function grapheme_extract() { return \ECSPrefix202510\grapheme_extract(...func_get_args()); } }
if (!function_exists('grapheme_str_split')) { function grapheme_str_split() { return \ECSPrefix202510\grapheme_str_split(...func_get_args()); } }
if (!function_exists('grapheme_stripos')) { function grapheme_stripos() { return \ECSPrefix202510\grapheme_stripos(...func_get_args()); } }
if (!function_exists('grapheme_stristr')) { function grapheme_stristr() { return \ECSPrefix202510\grapheme_stristr(...func_get_args()); } }
if (!function_exists('grapheme_strlen')) { function grapheme_strlen() { return \ECSPrefix202510\grapheme_strlen(...func_get_args()); } }
if (!function_exists('grapheme_strpos')) { function grapheme_strpos() { return \ECSPrefix202510\grapheme_strpos(...func_get_args()); } }
if (!function_exists('grapheme_strripos')) { function grapheme_strripos() { return \ECSPrefix202510\grapheme_strripos(...func_get_args()); } }
if (!function_exists('grapheme_strrpos')) { function grapheme_strrpos() { return \ECSPrefix202510\grapheme_strrpos(...func_get_args()); } }
if (!function_exists('grapheme_strstr')) { function grapheme_strstr() { return \ECSPrefix202510\grapheme_strstr(...func_get_args()); } }
if (!function_exists('grapheme_substr')) { function grapheme_substr() { return \ECSPrefix202510\grapheme_substr(...func_get_args()); } }
if (!function_exists('logger')) { function logger() { return \ECSPrefix202510\logger(...func_get_args()); } }
if (!function_exists('lowercaseUntilFirstLower')) { function lowercaseUntilFirstLower() { return \ECSPrefix202510\lowercaseUntilFirstLower(...func_get_args()); } }
if (!function_exists('m')) { function m() { return \ECSPrefix202510\m(...func_get_args()); } }
if (!function_exists('mb_check_encoding')) { function mb_check_encoding() { return \ECSPrefix202510\mb_check_encoding(...func_get_args()); } }
if (!function_exists('mb_chr')) { function mb_chr() { return \ECSPrefix202510\mb_chr(...func_get_args()); } }
if (!function_exists('mb_convert_case')) { function mb_convert_case() { return \ECSPrefix202510\mb_convert_case(...func_get_args()); } }
if (!function_exists('mb_convert_encoding')) { function mb_convert_encoding() { return \ECSPrefix202510\mb_convert_encoding(...func_get_args()); } }
if (!function_exists('mb_convert_variables')) { function mb_convert_variables() { return \ECSPrefix202510\mb_convert_variables(...func_get_args()); } }
if (!function_exists('mb_decode_mimeheader')) { function mb_decode_mimeheader() { return \ECSPrefix202510\mb_decode_mimeheader(...func_get_args()); } }
if (!function_exists('mb_decode_numericentity')) { function mb_decode_numericentity() { return \ECSPrefix202510\mb_decode_numericentity(...func_get_args()); } }
if (!function_exists('mb_detect_encoding')) { function mb_detect_encoding() { return \ECSPrefix202510\mb_detect_encoding(...func_get_args()); } }
if (!function_exists('mb_detect_order')) { function mb_detect_order() { return \ECSPrefix202510\mb_detect_order(...func_get_args()); } }
if (!function_exists('mb_encode_mimeheader')) { function mb_encode_mimeheader() { return \ECSPrefix202510\mb_encode_mimeheader(...func_get_args()); } }
if (!function_exists('mb_encode_numericentity')) { function mb_encode_numericentity() { return \ECSPrefix202510\mb_encode_numericentity(...func_get_args()); } }
if (!function_exists('mb_encoding_aliases')) { function mb_encoding_aliases() { return \ECSPrefix202510\mb_encoding_aliases(...func_get_args()); } }
if (!function_exists('mb_get_info')) { function mb_get_info() { return \ECSPrefix202510\mb_get_info(...func_get_args()); } }
if (!function_exists('mb_http_input')) { function mb_http_input() { return \ECSPrefix202510\mb_http_input(...func_get_args()); } }
if (!function_exists('mb_http_output')) { function mb_http_output() { return \ECSPrefix202510\mb_http_output(...func_get_args()); } }
if (!function_exists('mb_internal_encoding')) { function mb_internal_encoding() { return \ECSPrefix202510\mb_internal_encoding(...func_get_args()); } }
if (!function_exists('mb_language')) { function mb_language() { return \ECSPrefix202510\mb_language(...func_get_args()); } }
if (!function_exists('mb_lcfirst')) { function mb_lcfirst() { return \ECSPrefix202510\mb_lcfirst(...func_get_args()); } }
if (!function_exists('mb_list_encodings')) { function mb_list_encodings() { return \ECSPrefix202510\mb_list_encodings(...func_get_args()); } }
if (!function_exists('mb_ltrim')) { function mb_ltrim() { return \ECSPrefix202510\mb_ltrim(...func_get_args()); } }
if (!function_exists('mb_ord')) { function mb_ord() { return \ECSPrefix202510\mb_ord(...func_get_args()); } }
if (!function_exists('mb_output_handler')) { function mb_output_handler() { return \ECSPrefix202510\mb_output_handler(...func_get_args()); } }
if (!function_exists('mb_parse_str')) { function mb_parse_str() { return \ECSPrefix202510\mb_parse_str(...func_get_args()); } }
if (!function_exists('mb_rtrim')) { function mb_rtrim() { return \ECSPrefix202510\mb_rtrim(...func_get_args()); } }
if (!function_exists('mb_scrub')) { function mb_scrub() { return \ECSPrefix202510\mb_scrub(...func_get_args()); } }
if (!function_exists('mb_str_pad')) { function mb_str_pad() { return \ECSPrefix202510\mb_str_pad(...func_get_args()); } }
if (!function_exists('mb_str_split')) { function mb_str_split() { return \ECSPrefix202510\mb_str_split(...func_get_args()); } }
if (!function_exists('mb_stripos')) { function mb_stripos() { return \ECSPrefix202510\mb_stripos(...func_get_args()); } }
if (!function_exists('mb_stristr')) { function mb_stristr() { return \ECSPrefix202510\mb_stristr(...func_get_args()); } }
if (!function_exists('mb_strlen')) { function mb_strlen() { return \ECSPrefix202510\mb_strlen(...func_get_args()); } }
if (!function_exists('mb_strpos')) { function mb_strpos() { return \ECSPrefix202510\mb_strpos(...func_get_args()); } }
if (!function_exists('mb_strrchr')) { function mb_strrchr() { return \ECSPrefix202510\mb_strrchr(...func_get_args()); } }
if (!function_exists('mb_strrichr')) { function mb_strrichr() { return \ECSPrefix202510\mb_strrichr(...func_get_args()); } }
if (!function_exists('mb_strripos')) { function mb_strripos() { return \ECSPrefix202510\mb_strripos(...func_get_args()); } }
if (!function_exists('mb_strrpos')) { function mb_strrpos() { return \ECSPrefix202510\mb_strrpos(...func_get_args()); } }
if (!function_exists('mb_strstr')) { function mb_strstr() { return \ECSPrefix202510\mb_strstr(...func_get_args()); } }
if (!function_exists('mb_strtolower')) { function mb_strtolower() { return \ECSPrefix202510\mb_strtolower(...func_get_args()); } }
if (!function_exists('mb_strtoupper')) { function mb_strtoupper() { return \ECSPrefix202510\mb_strtoupper(...func_get_args()); } }
if (!function_exists('mb_strwidth')) { function mb_strwidth() { return \ECSPrefix202510\mb_strwidth(...func_get_args()); } }
if (!function_exists('mb_substitute_character')) { function mb_substitute_character() { return \ECSPrefix202510\mb_substitute_character(...func_get_args()); } }
if (!function_exists('mb_substr')) { function mb_substr() { return \ECSPrefix202510\mb_substr(...func_get_args()); } }
if (!function_exists('mb_substr_count')) { function mb_substr_count() { return \ECSPrefix202510\mb_substr_count(...func_get_args()); } }
if (!function_exists('mb_trim')) { function mb_trim() { return \ECSPrefix202510\mb_trim(...func_get_args()); } }
if (!function_exists('mb_ucfirst')) { function mb_ucfirst() { return \ECSPrefix202510\mb_ucfirst(...func_get_args()); } }
if (!function_exists('myGlobalFunction')) { function myGlobalFunction() { return \ECSPrefix202510\myGlobalFunction(...func_get_args()); } }
if (!function_exists('my_foo')) { function my_foo() { return \ECSPrefix202510\my_foo(...func_get_args()); } }
if (!function_exists('normalizer_is_normalized')) { function normalizer_is_normalized() { return \ECSPrefix202510\normalizer_is_normalized(...func_get_args()); } }
if (!function_exists('normalizer_normalize')) { function normalizer_normalize() { return \ECSPrefix202510\normalizer_normalize(...func_get_args()); } }
if (!function_exists('preg_last_error_msg')) { function preg_last_error_msg() { return \ECSPrefix202510\preg_last_error_msg(...func_get_args()); } }
if (!function_exists('printPHPCodeSnifferTestOutput')) { function printPHPCodeSnifferTestOutput() { return \ECSPrefix202510\printPHPCodeSnifferTestOutput(...func_get_args()); } }
if (!function_exists('returnClassName')) { function returnClassName() { return \ECSPrefix202510\returnClassName(...func_get_args()); } }
if (!function_exists('sample')) { function sample() { return \ECSPrefix202510\sample(...func_get_args()); } }
if (!function_exists('sample2')) { function sample2() { return \ECSPrefix202510\sample2(...func_get_args()); } }
if (!function_exists('str_contains')) { function str_contains() { return \ECSPrefix202510\str_contains(...func_get_args()); } }
if (!function_exists('str_ends_with')) { function str_ends_with() { return \ECSPrefix202510\str_ends_with(...func_get_args()); } }
if (!function_exists('str_starts_with')) { function str_starts_with() { return \ECSPrefix202510\str_starts_with(...func_get_args()); } }
if (!function_exists('trigger_deprecation')) { function trigger_deprecation() { return \ECSPrefix202510\trigger_deprecation(...func_get_args()); } }
if (!function_exists('uv_poll_init_socket')) { function uv_poll_init_socket() { return \ECSPrefix202510\uv_poll_init_socket(...func_get_args()); } }
if (!function_exists('xyz')) { function xyz() { return \ECSPrefix202510\xyz(...func_get_args()); } }

return $loader;
