module_shutdown_func 2501 Zend/zend_API.c 	if (module->module_started && module->module_shutdown_func) {
module_shutdown_func 2505 Zend/zend_API.c 		module->module_shutdown_func(module->type, module->module_number);
module_shutdown_func   83 Zend/zend_modules.h 	int (*module_shutdown_func)(SHUTDOWN_FUNC_ARGS);