Home
last modified time | relevance | path

Searched refs:module_shutdown_func (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_modules.h81 zend_result (*module_shutdown_func)(SHUTDOWN_FUNC_ARGS); member
H A Dzend_API.c3161 if (module->module_started && module->module_shutdown_func) { in module_destructor()
3165 module->module_shutdown_func(module->type, module->module_number); in module_destructor()
3169 && !module->module_shutdown_func in module_destructor()

Completed in 38 milliseconds