xref: /plugin/dw2pdf/vendor/autoload.php (revision fb347f35dc824cf59875d883dbf86d311f54de06)
10119ca25SAndreas Gohr<?php
20119ca25SAndreas Gohr
30119ca25SAndreas Gohr// autoload.php @generated by Composer
40119ca25SAndreas Gohr
5*fb347f35SAndreas Gohrif (PHP_VERSION_ID < 50600) {
6*fb347f35SAndreas Gohr    if (!headers_sent()) {
7*fb347f35SAndreas Gohr        header('HTTP/1.1 500 Internal Server Error');
8*fb347f35SAndreas Gohr    }
9*fb347f35SAndreas 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*fb347f35SAndreas Gohr    if (!ini_get('display_errors')) {
11*fb347f35SAndreas Gohr        if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
12*fb347f35SAndreas Gohr            fwrite(STDERR, $err);
13*fb347f35SAndreas Gohr        } elseif (!headers_sent()) {
14*fb347f35SAndreas Gohr            echo $err;
15*fb347f35SAndreas Gohr        }
16*fb347f35SAndreas Gohr    }
17*fb347f35SAndreas Gohr    trigger_error(
18*fb347f35SAndreas Gohr        $err,
19*fb347f35SAndreas Gohr        E_USER_ERROR
20*fb347f35SAndreas Gohr    );
21*fb347f35SAndreas Gohr}
22*fb347f35SAndreas Gohr
230119ca25SAndreas Gohrrequire_once __DIR__ . '/composer/autoload_real.php';
240119ca25SAndreas Gohr
257f027680SAndreas Gohrreturn ComposerAutoloaderInitb71fb58cdf4c29fb0d05b258cce42b04::getLoader();
26