HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/php/Psr/Http/Message/
Upload File :
Current File : //proc/self/root/usr/share/php/Psr/Http/Message/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\\http\\message\\messageinterface' => '/MessageInterface.php',
                'psr\\http\\message\\requestinterface' => '/RequestInterface.php',
                'psr\\http\\message\\responseinterface' => '/ResponseInterface.php',
                'psr\\http\\message\\serverrequestinterface' => '/ServerRequestInterface.php',
                'psr\\http\\message\\streaminterface' => '/StreamInterface.php',
                'psr\\http\\message\\uploadedfileinterface' => '/UploadedFileInterface.php',
                'psr\\http\\message\\uriinterface' => '/UriInterface.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    },
    true,
    false
);
// @codeCoverageIgnoreEnd