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.17.81.34
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 : fiber.h
/* +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | https://www.php.net/license/3_01.txt | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Aaron Piotrowski <aaron@trowski.com> | +----------------------------------------------------------------------+ */ #ifndef ZEND_TEST_FIBER_H #define ZEND_TEST_FIBER_H #include "zend_fibers.h" typedef struct _zend_test_fiber zend_test_fiber; struct _zend_test_fiber { zend_object std; uint8_t flags; zend_fiber_context context; zend_fiber_context *caller; zend_fiber_context *previous; zend_test_fiber *target; zend_fcall_info fci; zend_fcall_info_cache fci_cache; zval result; }; void zend_test_fiber_init(void); #endif
Close