Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_API.c1918 int shutdown_count = 0; in zend_collect_module_handlers() local
1929 shutdown_count++; in zend_collect_module_handlers()
1938 shutdown_count + 1 + in zend_collect_module_handlers()
1942 module_request_shutdown_handlers[shutdown_count] = NULL; in zend_collect_module_handlers()
1943 module_post_deactivate_handlers = module_request_shutdown_handlers + shutdown_count + 1; in zend_collect_module_handlers()
1952 module_request_shutdown_handlers[--shutdown_count] = module; in zend_collect_module_handlers()

Completed in 15 milliseconds