Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_modules.h83 int (*module_shutdown_func)(SHUTDOWN_FUNC_ARGS); member
H A Dzend_API.c2293 if (module->module_started && module->module_shutdown_func) { in module_destructor()
2297 module->module_shutdown_func(module->type, module->module_number TSRMLS_CC); in module_destructor()
/PHP-8.0/Zend/
H A Dzend_modules.h81 zend_result (*module_shutdown_func)(SHUTDOWN_FUNC_ARGS); member
H A Dzend_API.c2627 if (module->module_started && module->module_shutdown_func) { in module_destructor()
2631 module->module_shutdown_func(module->type, module->module_number); in module_destructor()
2635 && !module->module_shutdown_func in module_destructor()
/PHP-5.4/ext/standard/
H A Ddl.c185 int (*module_shutdown_func)(SHUTDOWN_FUNC_ARGS); in php_load_extension() member
/PHP-8.0/
H A DUPGRADING.INTERNALS313 - _zend_module_entry module_startup_func, module_shutdown_func,

Completed in 47 milliseconds