Searched refs:unclean_shutdown (Results 1 – 10 of 10) sorted by relevance
88 zend_bool unclean_shutdown; member
238 if (CG(unclean_shutdown)) { in shutdown_destructors()336 if (gc_enabled() && !CG(unclean_shutdown)) { in shutdown_executor()422 if (EG(ht_iterators_used) && !CG(unclean_shutdown)) { in shutdown_executor()
136 if (UNEXPECTED(CG(unclean_shutdown))) { in zend_generator_close()192 || CG(unclean_shutdown)) { in zend_generator_dtor_storage()
1128 CG(unclean_shutdown) = 1; in BEGIN_EXTERN_C()
367 CG(unclean_shutdown) = 0; in init_compiler()
171 if (CG(unclean_shutdown)) { in userfilter_filter()
2005 CG(unclean_shutdown) = 0; in main()2037 CG(unclean_shutdown) = 0; in main()2096 CG(unclean_shutdown) = is_exit || PHPDBG_G(unclean_eval); in main()
1023 CG(unclean_shutdown) = 0; in PHPDBG_COMMAND()
1924 if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR && in php_request_shutdown()1993 shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0); in php_request_shutdown()2551 shutdown_memory_manager(CG(unclean_shutdown), 1); in php_module_shutdown()
4380 CG(unclean_shutdown) = 1; in accel_preload()4387 CG(unclean_shutdown) = 1; in accel_preload()4430 if (gc_enabled() && !CG(unclean_shutdown)) { in accel_preload()
Completed in 78 milliseconds