Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_API.c1931 int shutdown_count = 0; in zend_collect_module_handlers() local
1942 shutdown_count++; in zend_collect_module_handlers()
1951 shutdown_count + 1 + in zend_collect_module_handlers()
1955 module_request_shutdown_handlers[shutdown_count] = NULL; in zend_collect_module_handlers()
1956 module_post_deactivate_handlers = module_request_shutdown_handlers + shutdown_count + 1; in zend_collect_module_handlers()
1965 module_request_shutdown_handlers[--shutdown_count] = module; in zend_collect_module_handlers()

Completed in 18 milliseconds