Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_globals.h105 bool unclean_shutdown; member
H A Dzend_execute_API.c255 if (CG(unclean_shutdown)) { in shutdown_destructors()
417 if (!CG(unclean_shutdown)) { in zend_shutdown_executor_values()
509 if (EG(ht_iterators_used) && !CG(unclean_shutdown)) { in shutdown_executor()
515 ZEND_ASSERT(EG(trampoline).common.function_name == NULL || CG(unclean_shutdown)); in shutdown_executor()
H A Dzend_generators.c157 if (UNEXPECTED(CG(unclean_shutdown))) { in zend_generator_close()
296 || CG(unclean_shutdown)) { in zend_generator_dtor_storage()
H A Dzend_lazy_objects.c92 ZEND_ASSERT(zend_hash_num_elements(&store->infos) == 0 || CG(unclean_shutdown)); in zend_lazy_objects_destroy()
H A Dzend.c1254 CG(unclean_shutdown) = 1; in _zend_bailout()
H A Dzend_compile.c456 CG(unclean_shutdown) = 0; in init_compiler()
/php-src/ext/standard/
H A Duser_filters.c143 if (CG(unclean_shutdown)) { in userfilter_filter()
/php-src/sapi/phpdbg/
H A Dphpdbg.c1610 CG(unclean_shutdown) = 0; in main()
1666 CG(unclean_shutdown) = is_exit || PHPDBG_G(unclean_eval); in main()
H A Dphpdbg_prompt.c998 CG(unclean_shutdown) = 0; in PHPDBG_COMMAND()
/php-src/main/
H A Dmain.c1979 shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0); in php_request_shutdown()
2464 shutdown_memory_manager(CG(unclean_shutdown), 1); in php_module_shutdown()
/php-src/ext/opcache/
H A DZendAccelerator.c4401 CG(unclean_shutdown) = true;
4412 CG(unclean_shutdown) = true;
/php-src/ext/opcache/jit/
H A Dzend_jit.c3628 if (zend_jit_profile_counter && !CG(unclean_shutdown)) { in zend_jit_deactivate()

Completed in 112 milliseconds