xref: /dokuwiki/vendor/autoload.php (revision 28e9760a91ee147e8ce86c6d9f964e4d04b0acaf)
1605f8e8dSAndreas Gohr<?php
2605f8e8dSAndreas Gohr
3605f8e8dSAndreas Gohr// autoload.php @generated by Composer
4605f8e8dSAndreas Gohr
5d3233986SAndreas Gohrif (PHP_VERSION_ID < 50600) {
6*28e9760aSAndreas Gohr    if (!headers_sent()) {
7*28e9760aSAndreas Gohr        header('HTTP/1.1 500 Internal Server Error');
8*28e9760aSAndreas Gohr    }
9*28e9760aSAndreas Gohr    $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
10*28e9760aSAndreas Gohr    if (!ini_get('display_errors')) {
11*28e9760aSAndreas Gohr        if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
12*28e9760aSAndreas Gohr            fwrite(STDERR, $err);
13*28e9760aSAndreas Gohr        } elseif (!headers_sent()) {
14*28e9760aSAndreas Gohr            echo $err;
15*28e9760aSAndreas Gohr        }
16*28e9760aSAndreas Gohr    }
17*28e9760aSAndreas Gohr    trigger_error(
18*28e9760aSAndreas Gohr        $err,
19*28e9760aSAndreas Gohr        E_USER_ERROR
20*28e9760aSAndreas Gohr    );
21d3233986SAndreas Gohr}
22d3233986SAndreas Gohr
2359b616ccSAndreas Gohrrequire_once __DIR__ . '/composer/autoload_real.php';
24605f8e8dSAndreas Gohr
25605f8e8dSAndreas Gohrreturn ComposerAutoloaderInita19a915ee98347a0c787119619d2ff9b::getLoader();
26