php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <zend_modules.h>
Data Fields | |
unsigned short | size |
unsigned int | zend_api |
unsigned char | zend_debug |
unsigned char | zts |
const struct _zend_ini_entry * | ini_entry |
const struct _zend_module_dep * | deps |
const char * | name |
const struct _zend_function_entry * | functions |
zend_result(* | module_startup_func )(INIT_FUNC_ARGS) |
zend_result(* | module_shutdown_func )(SHUTDOWN_FUNC_ARGS) |
zend_result(* | request_startup_func )(INIT_FUNC_ARGS) |
zend_result(* | request_shutdown_func )(SHUTDOWN_FUNC_ARGS) |
void(* | info_func )(ZEND_MODULE_INFO_FUNC_ARGS) |
const char * | version |
size_t | globals_size |
void * | globals_ptr |
void(* | globals_ctor )(void *global) |
void(* | globals_dtor )(void *global) |
zend_result(* | post_deactivate_func )(void) |
int | module_started |
unsigned char | type |
void * | handle |
int | module_number |
const char * | build_id |
Definition at line 71 of file zend_modules.h.
const char* _zend_module_entry::build_id |
Definition at line 99 of file zend_modules.h.
const struct _zend_module_dep* _zend_module_entry::deps |
Definition at line 77 of file zend_modules.h.
const struct _zend_function_entry* _zend_module_entry::functions |
Definition at line 79 of file zend_modules.h.
Definition at line 92 of file zend_modules.h.
Definition at line 93 of file zend_modules.h.
void* _zend_module_entry::globals_ptr |
Definition at line 90 of file zend_modules.h.
size_t _zend_module_entry::globals_size |
Definition at line 86 of file zend_modules.h.
void* _zend_module_entry::handle |
Definition at line 97 of file zend_modules.h.
void(* _zend_module_entry::info_func) (ZEND_MODULE_INFO_FUNC_ARGS) |
Definition at line 84 of file zend_modules.h.
const struct _zend_ini_entry* _zend_module_entry::ini_entry |
Definition at line 76 of file zend_modules.h.
int _zend_module_entry::module_number |
Definition at line 98 of file zend_modules.h.
zend_result(* _zend_module_entry::module_shutdown_func) (SHUTDOWN_FUNC_ARGS) |
Definition at line 81 of file zend_modules.h.
int _zend_module_entry::module_started |
Definition at line 95 of file zend_modules.h.
zend_result(* _zend_module_entry::module_startup_func) (INIT_FUNC_ARGS) |
Definition at line 80 of file zend_modules.h.
const char* _zend_module_entry::name |
Definition at line 78 of file zend_modules.h.
zend_result(* _zend_module_entry::post_deactivate_func) (void) |
Definition at line 94 of file zend_modules.h.
zend_result(* _zend_module_entry::request_shutdown_func) (SHUTDOWN_FUNC_ARGS) |
Definition at line 83 of file zend_modules.h.
zend_result(* _zend_module_entry::request_startup_func) (INIT_FUNC_ARGS) |
Definition at line 82 of file zend_modules.h.
unsigned short _zend_module_entry::size |
Definition at line 72 of file zend_modules.h.
unsigned char _zend_module_entry::type |
Definition at line 96 of file zend_modules.h.
const char* _zend_module_entry::version |
Definition at line 85 of file zend_modules.h.
unsigned int _zend_module_entry::zend_api |
Definition at line 73 of file zend_modules.h.
unsigned char _zend_module_entry::zend_debug |
Definition at line 74 of file zend_modules.h.
unsigned char _zend_module_entry::zts |
Definition at line 75 of file zend_modules.h.