404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.189.188.157: ~ $
<?php

namespace React\Tests\Socket\Stub;

use Evenement\EventEmitter;
use React\Socket\ServerInterface;

class ServerStub extends EventEmitter implements ServerInterface
{
    public function getAddress()
    {
        return '127.0.0.1:80';
    }

    public function close()
    {
    }
}

Filemanager

Name Type Size Permission Actions
CallableStub.php File 109 B 0644
ConnectionStub.php File 996 B 0644
ServerStub.php File 292 B 0644