Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_globals.h91 bool unclean_shutdown; member
H A Dzend_execute_API.c252 if (CG(unclean_shutdown)) { in shutdown_destructors()
391 if (!CG(unclean_shutdown)) { in zend_shutdown_executor_values()
482 if (EG(ht_iterators_used) && !CG(unclean_shutdown)) { in shutdown_executor()
488 ZEND_ASSERT(EG(trampoline).common.function_name == NULL || CG(unclean_shutdown)); in shutdown_executor()
H A Dzend_generators.c158 if (UNEXPECTED(CG(unclean_shutdown))) { in zend_generator_close()
302 || CG(unclean_shutdown)) { in zend_generator_dtor_storage()
H A Dzend.c1181 CG(unclean_shutdown) = 1; in _zend_bailout()
H A Dzend_compile.c409 CG(unclean_shutdown) = 0; in init_compiler()
/PHP-8.2/ext/standard/
H A Duser_filters.c148 if (CG(unclean_shutdown)) { in userfilter_filter()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg.c1613 CG(unclean_shutdown) = 0; in main()
1669 CG(unclean_shutdown) = is_exit || PHPDBG_G(unclean_eval); in main()
H A Dphpdbg_prompt.c1001 CG(unclean_shutdown) = 0; in PHPDBG_COMMAND()
/PHP-8.2/main/
H A Dmain.c1928 shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0); in php_request_shutdown()
2471 shutdown_memory_manager(CG(unclean_shutdown), 1); in php_module_shutdown()
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c4398 CG(unclean_shutdown) = true;
4409 CG(unclean_shutdown) = true;
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit.c5107 if (zend_jit_profile_counter && !CG(unclean_shutdown)) { in zend_jit_deactivate()

Completed in 102 milliseconds