Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_API.c1901 int shutdown_count = 0; in zend_collect_module_handlers() local
1912 shutdown_count++; in zend_collect_module_handlers()
1921 shutdown_count + 1 + in zend_collect_module_handlers()
1925 module_request_shutdown_handlers[shutdown_count] = NULL; in zend_collect_module_handlers()
1926 module_post_deactivate_handlers = module_request_shutdown_handlers + shutdown_count + 1; in zend_collect_module_handlers()
1935 module_request_shutdown_handlers[--shutdown_count] = module; in zend_collect_module_handlers()

Completed in 21 milliseconds