Searched refs:module_request_shutdown_handlers (Results 1 – 1 of 1) sorted by relevance
43 static zend_module_entry **module_request_shutdown_handlers; variable2516 module_request_shutdown_handlers = module_request_startup_handlers + startup_count + 1; in zend_collect_module_handlers()2517 module_request_shutdown_handlers[shutdown_count] = NULL; in zend_collect_module_handlers()2518 module_post_deactivate_handlers = module_request_shutdown_handlers + shutdown_count + 1; in zend_collect_module_handlers()2530 module_request_shutdown_handlers[--shutdown_count] = module; in zend_collect_module_handlers()3401 zend_module_entry **p = module_request_shutdown_handlers; in zend_deactivate_modules()
Completed in 18 milliseconds