module_shutdown_func 2372 Zend/zend_API.c 	if (module->module_started && module->module_shutdown_func) {
module_shutdown_func 2376 Zend/zend_API.c 		module->module_shutdown_func(module->type, module->module_number TSRMLS_CC);
module_shutdown_func   83 Zend/zend_modules.h 	int (*module_shutdown_func)(SHUTDOWN_FUNC_ARGS);
module_shutdown_func  190 ext/standard/dl.c 				int (*module_shutdown_func)(SHUTDOWN_FUNC_ARGS);