/
/
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
Symfony
/
Component
/
ClassLoader
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.187
PHP 7.4.33
Dir:
/opt/alt/php53/usr/share/pear/Symfony/Component/ClassLoader
Edit:
/opt/alt/php53/usr/share/pear/Symfony/Component/ClassLoader/autoloader.php
<?php spl_autoload_register(function ($class) { if ('\\' == $class[0]) { $class = substr($class, 1); } if ( 0 === strpos($class, 'Symfony\\Component\\ClassLoader\\') && file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php') ) { require_once $file; } });
Ukuran: 341 B