Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_modules.h81 int (*module_shutdown_func)(SHUTDOWN_FUNC_ARGS); member
H A Dzend_API.c2559 if (module->module_started && module->module_shutdown_func) { in module_destructor()
2563 module->module_shutdown_func(module->type, module->module_number); in module_destructor()
2567 && !module->module_shutdown_func in module_destructor()

Completed in 17 milliseconds