Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.148.229.54
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
php /
81 /
src /
ext /
zend_test /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
config.m4
299
B
-rw-r--r--
config.w32
290
B
-rw-r--r--
fiber.c
9.75
KB
-rw-r--r--
fiber.h
1.37
KB
-rw-r--r--
fiber.stub.php
378
B
-rw-r--r--
fiber_arginfo.h
1.9
KB
-rw-r--r--
observer.c
12.63
KB
-rw-r--r--
observer.h
1.12
KB
-rw-r--r--
php_test.h
2.56
KB
-rw-r--r--
test.c
13.79
KB
-rw-r--r--
test.stub.php
2.77
KB
-rw-r--r--
test_arginfo.h
15.84
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : test.stub.php
<?php /** @generate-class-entries static */ namespace { interface _ZendTestInterface { } /** @alias _ZendTestClassAlias */ class _ZendTestClass implements _ZendTestInterface { /** @var mixed */ public static $_StaticProp; public static int $staticIntProp = 123; public int $intProp = 123; public ?stdClass $classProp = null; public stdClass|Iterator|null $classUnionProp = null; public readonly int $readonlyProp; public static function is_object(): int {} /** * @deprecated * @return string */ public function __toString() {} public function returnsStatic(): static {} public function returnsThrowable(): Throwable {} } class _ZendTestChildClass extends _ZendTestClass { public function returnsThrowable(): Exception {} } trait _ZendTestTrait { /** @var mixed */ public $testProp; public function testMethod(): bool {} } final class ZendTestAttribute { } enum ZendTestUnitEnum { case Foo; case Bar; } enum ZendTestStringEnum: string { case Foo = "Test1"; case Bar = "Test2"; case Baz = "Test2\\a"; } function zend_test_array_return(): array {} function zend_test_nullable_array_return(): ?array {} function zend_test_void_return(): void {} /** @deprecated */ function zend_test_deprecated(mixed $arg = null): void {} function zend_create_unterminated_string(string $str): string {} function zend_terminate_string(string &$str): void {} function zend_leak_variable(mixed $variable): void {} function zend_leak_bytes(int $bytes = 3): void {} function zend_string_or_object(object|string $param): object|string {} function zend_string_or_object_or_null(object|string|null $param): object|string|null {} /** @param stdClass|string $param */ function zend_string_or_stdclass($param): stdClass|string {} /** @param stdClass|string|null $param */ function zend_string_or_stdclass_or_null($param): stdClass|string|null {} function zend_iterable(iterable $arg1, ?iterable $arg2 = null): void {} function zend_weakmap_attach(object $object, mixed $value): bool {} function zend_weakmap_remove(object $object): bool {} function zend_weakmap_dump(): array {} function zend_get_unit_enum(): ZendTestUnitEnum {} } namespace ZendTestNS { class Foo { public function method(): void {} } } namespace ZendTestNS2 { class Foo { public ZendSubNS\Foo $foo; public function method(): void {} } } namespace ZendTestNS2\ZendSubNS { class Foo { public function method(): void {} } function namespaced_func(): bool {} }
Close