PHP 8.2.30
Preview: autoloader.php Size: 340 B
/proc/self/root/opt/cloudlinux/alt-php53/root/usr/share/pear/Symfony/Component/BrowserKit/autoloader.php

<?php

spl_autoload_register(function ($class) {
    if ('\\' == $class[0]) {
        $class = substr($class, 1);
    }

    if (
        0 === strpos($class, 'Symfony\\Component\\BrowserKit\\')
        &&
        file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php')
    ) {
        require_once $file;
    }
});

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
340 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
16.78 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
8.52 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
7.40 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
2.28 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
2.74 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
3.29 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).