Searched refs:module_shutdown_func (Results 1 – 2 of 2) sorted by relevance
81 zend_result (*module_shutdown_func)(SHUTDOWN_FUNC_ARGS); member
3161 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 29 milliseconds