Searched refs:unclean_shutdown (Results 1 – 10 of 10) sorted by relevance
87 zend_bool unclean_shutdown; member
239 if (CG(unclean_shutdown)) { in shutdown_destructors()333 if (!CG(unclean_shutdown)) { in shutdown_executor()419 if (EG(ht_iterators_used) && !CG(unclean_shutdown)) { in shutdown_executor()425 ZEND_ASSERT(EG(trampoline).common.function_name == NULL || CG(unclean_shutdown)); in shutdown_executor()
156 if (UNEXPECTED(CG(unclean_shutdown))) { in zend_generator_close()243 || CG(unclean_shutdown)) { in zend_generator_dtor_storage()
1168 CG(unclean_shutdown) = 1; in BEGIN_EXTERN_C()
416 CG(unclean_shutdown) = 0; in init_compiler()
168 if (CG(unclean_shutdown)) { in userfilter_filter()
1945 CG(unclean_shutdown) = 0; in main()1977 CG(unclean_shutdown) = 0; in main()2036 CG(unclean_shutdown) = is_exit || PHPDBG_G(unclean_eval); in main()
1014 CG(unclean_shutdown) = 0; in PHPDBG_COMMAND()
1811 if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR && in php_request_shutdown()1882 shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0); in php_request_shutdown()2435 shutdown_memory_manager(CG(unclean_shutdown), 1); in php_module_shutdown()
4490 CG(unclean_shutdown) = 1;4501 CG(unclean_shutdown) = 1;4544 if (gc_enabled() && !CG(unclean_shutdown)) {
Completed in 87 milliseconds