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.143.247.141
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
3 /
symfony /
debug /
Tests /
Fixtures /
Delete
Unzip
Name
Size
Permission
Date
Action
psr4
[ DIR ]
drwxr-xr-x
2018-11-28 09:00
AnnotatedClass.php
169
B
-rw-r--r--
2018-11-28 09:00
ClassAlias.php
126
B
-rw-r--r--
2018-11-28 09:00
ClassWithAnnotatedParameters.php
579
B
-rw-r--r--
2018-11-28 09:00
DeprecatedClass.php
171
B
-rw-r--r--
2018-11-28 09:00
DeprecatedInterface.php
179
B
-rw-r--r--
2018-11-28 09:00
ExtendedFinalMethod.php
268
B
-rw-r--r--
2018-11-28 09:00
FinalClass.php
97
B
-rw-r--r--
2018-11-28 09:00
FinalMethod.php
283
B
-rw-r--r--
2018-11-28 09:00
FinalMethod2Trait.php
133
B
-rw-r--r--
2018-11-28 09:00
InterfaceWithAnnotatedParameters.php
281
B
-rw-r--r--
2018-11-28 09:00
InternalClass.php
182
B
-rw-r--r--
2018-11-28 09:00
InternalInterface.php
111
B
-rw-r--r--
2018-11-28 09:00
InternalTrait.php
103
B
-rw-r--r--
2018-11-28 09:00
InternalTrait2.php
311
B
-rw-r--r--
2018-11-28 09:00
NonDeprecatedInterface.php
123
B
-rw-r--r--
2018-11-28 09:00
PEARClass.php
66
B
-rw-r--r--
2018-11-28 09:00
SubClassWithAnnotatedParameters.php
420
B
-rw-r--r--
2018-11-28 09:00
Throwing.php
36
B
-rw-r--r--
2018-11-28 09:00
ToStringThrower.php
541
B
-rw-r--r--
2018-11-28 09:00
TraitWithAnnotatedParameters.php
211
B
-rw-r--r--
2018-11-28 09:00
TraitWithInternalMethod.php
163
B
-rw-r--r--
2018-11-28 09:00
casemismatch.php
81
B
-rw-r--r--
2018-11-28 09:00
notPsr0Bis.php
79
B
-rw-r--r--
2018-11-28 09:00
reallyNotPsr0.php
76
B
-rw-r--r--
2018-11-28 09:00
Save
Rename
<?php namespace Symfony\Component\Debug\Tests\Fixtures; /** * Ensures a deprecation is triggered when a new parameter is not declared in child classes. */ interface InterfaceWithAnnotatedParameters { /** * @param bool $matrix */ public function whereAmI(); }