File manager - Edit - /usr/share/php/TheSeer/Tokenizer/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( 'theseer\\tokenizer\\exception' => '/Exception.php', 'theseer\\tokenizer\\namespaceuri' => '/NamespaceUri.php', 'theseer\\tokenizer\\namespaceuriexception' => '/NamespaceUriException.php', 'theseer\\tokenizer\\token' => '/Token.php', 'theseer\\tokenizer\\tokencollection' => '/TokenCollection.php', 'theseer\\tokenizer\\tokencollectionexception' => '/TokenCollectionException.php', 'theseer\\tokenizer\\tokenizer' => '/Tokenizer.php', 'theseer\\tokenizer\\xmlserializer' => '/XMLSerializer.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.34 |
proxy
|
phpinfo
|
Settings