OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
ramsey
/
collection
/
tests
/
Tool
/
Mock
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:36:07 AM
rwxr-xr-x
📄
ObjectWithInvoke.php
166 bytes
08/12/2024 10:36:07 AM
rw-r--r--
📄
ObjectWithToString.php
195 bytes
08/12/2024 10:36:07 AM
rw-r--r--
Editing: ObjectWithInvoke.php
Close
<?php declare(strict_types=1); namespace Ramsey\Collection\Test\Tool\Mock; class ObjectWithInvoke { public function __invoke(): void { } }