HOME


Mini Shell 1.0
DIR: /proc/self/root/usr/share/php/Webmozart/Assert/
Upload File :
Current File : //proc/self/root/usr/share/php/Webmozart/Assert/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(
                'webmozart\\assert\\assert' => '/Assert.php',
                'webmozart\\assert\\invalidargumentexception' => '/InvalidArgumentException.php',
                'webmozart\\assert\\mixin' => '/Mixin.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    },
    true,
    false
);
// @codeCoverageIgnoreEnd