Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.c1810 int shutdown_count = 0; in zend_collect_module_handlers() local
1823 shutdown_count++; in zend_collect_module_handlers()
1832 shutdown_count + 1 + in zend_collect_module_handlers()
1836 module_request_shutdown_handlers[shutdown_count] = NULL; in zend_collect_module_handlers()
1837 module_post_deactivate_handlers = module_request_shutdown_handlers + shutdown_count + 1; in zend_collect_module_handlers()
1848 module_request_shutdown_handlers[--shutdown_count] = module; in zend_collect_module_handlers()

Completed in 44 milliseconds