%PDF- %PDF-
Direktori : /proc/self/root/proc/self/root/usr/share/php/Psr/Cache/ |
Current File : //proc/self/root/proc/self/root/usr/share/php/Psr/Cache/autoload.php |
<?php // @codingStandardsIgnoreFile // @codeCoverageIgnoreStart // this is an autogenerated file - do not edit spl_autoload_register( function($class) { static $classes = null; if ($classes === null) { $classes = array( 'psr\\cache\\cacheexception' => '/CacheException.php', 'psr\\cache\\cacheiteminterface' => '/CacheItemInterface.php', 'psr\\cache\\cacheitempoolinterface' => '/CacheItemPoolInterface.php', 'psr\\cache\\invalidargumentexception' => '/InvalidArgumentException.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd