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

<?php

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

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

Directory Contents

Dirs: 4 × Files: 2

Name Size Perms Modified Actions
Exception DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
Node DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
Parser DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
XPath DIR
- drwxr-xr-x 2024-03-03 22:55:08
Edit Download
341 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
2.25 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download

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