File manager - Edit - /usr/share/php/phpDocumentor/Reflection/Common/autoload.php
Back
<?php // @codingStandardsIgnoreFile // @codeCoverageIgnoreStart // this is an autogenerated file - do not edit spl_autoload_register( function($class) { static $classes = null; if ($classes === null) { $classes = array( 'phpdocumentor\\reflection\\element' => '/../Element.php', 'phpdocumentor\\reflection\\file' => '/../File.php', 'phpdocumentor\\reflection\\fqsen' => '/../Fqsen.php', 'phpdocumentor\\reflection\\location' => '/../Location.php', 'phpdocumentor\\reflection\\project' => '/../Project.php', 'phpdocumentor\\reflection\\projectfactory' => '/../ProjectFactory.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.15 |
proxy
|
phpinfo
|
Settings