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

<?php

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

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

Directory Contents

Dirs: 3 × Files: 4

Name Size Perms Modified Actions
Encoder DIR
- drwxr-xr-x 2024-03-03 22:54:51
Edit Download
Exception DIR
- drwxr-xr-x 2024-03-03 22:54:51
Edit Download
- drwxr-xr-x 2024-03-03 22:54:51
Edit Download
340 B lrw-r--r-- 2019-12-18 11:22:58
Edit Download
9.55 KB lrw-r--r-- 2019-12-18 11:22:58
Edit Download
591 B lrw-r--r-- 2019-12-18 11:22:58
Edit Download
1.01 KB lrw-r--r-- 2019-12-18 11:22:58
Edit Download

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