Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_API.c2370 int shutdown_count = 0; in zend_collect_module_handlers() local
2382 shutdown_count++; in zend_collect_module_handlers()
2395 shutdown_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()

Completed in 24 milliseconds