404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.136.23.252: ~ $
<?php

namespace React\Promise;

class SimpleTestCancellableThenable
{
    public $cancelCalled = false;

    public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null)
    {
        return new self();
    }

    public function cancel()
    {
        $this->cancelCalled = true;
    }
}

Filemanager

Name Type Size Permission Actions
SimpleFulfilledTestPromise.php File 550 B 0644
SimpleFulfilledTestThenable.php File 523 B 0644
SimpleRejectedTestPromise.php File 547 B 0644
SimpleTestCancellable.php File 177 B 0644
SimpleTestCancellableThenable.php File 338 B 0644