PHP 8.2.30
Preview: autoloader.php Size: 340 B
/opt/cloudlinux/alt-php54/root/usr/share/pear/Symfony/Component/DomCrawler/autoloader.php

<?php

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

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

Directory Contents

Dirs: 1 × Files: 5

Name Size Perms Modified Actions
Field DIR
- drwxr-xr-x 2024-03-03 22:54:51
Edit Download
340 B lrw-r--r-- 2019-12-18 11:22:56
Edit Download
24.53 KB lrw-r--r-- 2019-12-18 11:22:56
Edit Download
13.82 KB lrw-r--r-- 2019-12-18 11:22:56
Edit Download
6.11 KB lrw-r--r-- 2019-12-18 11:22:56
Edit Download
4.78 KB lrw-r--r-- 2019-12-18 11:22:56
Edit Download

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