Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_globals.h104 bool unclean_shutdown; member
H A Dzend_execute_API.c254 if (CG(unclean_shutdown)) { in shutdown_destructors()
393 if (!CG(unclean_shutdown)) { in zend_shutdown_executor_values()
484 if (EG(ht_iterators_used) && !CG(unclean_shutdown)) { in shutdown_executor()
490 ZEND_ASSERT(EG(trampoline).common.function_name == NULL || CG(unclean_shutdown)); in shutdown_executor()
H A Dzend_generators.c156 if (UNEXPECTED(CG(unclean_shutdown))) { in zend_generator_close()
251 || CG(unclean_shutdown)) { in zend_generator_dtor_storage()
H A Dzend.c1224 CG(unclean_shutdown) = 1; in _zend_bailout()
H A Dzend_compile.c440 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.c1609 CG(unclean_shutdown) = 0; in main()
1665 CG(unclean_shutdown) = is_exit || PHPDBG_G(unclean_eval); in main()
H A Dphpdbg_prompt.c1000 CG(unclean_shutdown) = 0; in PHPDBG_COMMAND()
/php-src/main/
H A Dmain.c1923 shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0); in php_request_shutdown()
2397 shutdown_memory_manager(CG(unclean_shutdown), 1); in php_module_shutdown()
/php-src/ext/opcache/
H A DZendAccelerator.c4376 CG(unclean_shutdown) = true;
4387 CG(unclean_shutdown) = true;
/php-src/ext/opcache/jit/
H A Dzend_jit.c3580 if (zend_jit_profile_counter && !CG(unclean_shutdown)) { in zend_jit_deactivate()

Completed in 125 milliseconds