Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_globals.h103 bool unclean_shutdown; member
H A Dzend_execute_API.c253 if (CG(unclean_shutdown)) { in shutdown_destructors()
392 if (!CG(unclean_shutdown)) { in zend_shutdown_executor_values()
483 if (EG(ht_iterators_used) && !CG(unclean_shutdown)) { in shutdown_executor()
489 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.c1207 CG(unclean_shutdown) = 1; in _zend_bailout()
H A Dzend_compile.c430 CG(unclean_shutdown) = 0; in init_compiler()
/PHP-8.3/ext/standard/
H A Duser_filters.c142 if (CG(unclean_shutdown)) { in userfilter_filter()
/PHP-8.3/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.c1000 CG(unclean_shutdown) = 0; in PHPDBG_COMMAND()
/PHP-8.3/main/
H A Dmain.c1939 shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0); in php_request_shutdown()
2421 shutdown_memory_manager(CG(unclean_shutdown), 1); in php_module_shutdown()
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c4372 CG(unclean_shutdown) = true;
4383 CG(unclean_shutdown) = true;
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c5115 if (zend_jit_profile_counter && !CG(unclean_shutdown)) { in zend_jit_deactivate()

Completed in 87 milliseconds