Searched refs:module_request_shutdown_handlers (Results 1 – 1 of 1) sorted by relevance
42 static zend_module_entry **module_request_shutdown_handlers; variable2398 module_request_shutdown_handlers = module_request_startup_handlers + startup_count + 1; in zend_collect_module_handlers()2399 module_request_shutdown_handlers[shutdown_count] = NULL; in zend_collect_module_handlers()2400 module_post_deactivate_handlers = module_request_shutdown_handlers + shutdown_count + 1; in zend_collect_module_handlers()2412 module_request_shutdown_handlers[--shutdown_count] = module; in zend_collect_module_handlers()3242 zend_module_entry **p = module_request_shutdown_handlers; in zend_deactivate_modules()
Completed in 22 milliseconds