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

<?php

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

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

Directory Contents

Dirs: 6 × Files: 10

Name Size Perms Modified Actions
Catalogue DIR
- drwxr-xr-x 2024-03-03 22:54:51
Edit Download
Dumper 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
Extractor DIR
- drwxr-xr-x 2024-03-03 22:54:51
Edit Download
Loader DIR
- drwxr-xr-x 2024-03-03 22:54:51
Edit Download
Writer DIR
- drwxr-xr-x 2024-03-03 22:54:51
Edit Download
341 B lrw-r--r-- 2019-12-18 11:22:58
Edit Download
1.56 KB lrw-r--r-- 2019-12-18 11:22:58
Edit Download
2.73 KB lrw-r--r-- 2019-12-18 11:22:58
Edit Download
6.38 KB lrw-r--r-- 2019-12-18 11:22:58
Edit Download
4.15 KB lrw-r--r-- 2019-12-18 11:22:58
Edit Download
3.08 KB lrw-r--r-- 2019-12-18 11:22:58
Edit Download
1.51 KB lrw-r--r-- 2019-12-18 11:22:58
Edit Download
6.11 KB lrw-r--r-- 2019-12-18 11:22:58
Edit Download
6.88 KB lrw-r--r-- 2019-12-18 11:22:58
Edit Download
1.97 KB lrw-r--r-- 2019-12-18 11:22:58
Edit Download

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