Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_globals.h87 zend_bool unclean_shutdown; member
H A Dzend_execute_API.c239 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()
H A Dzend_generators.c156 if (UNEXPECTED(CG(unclean_shutdown))) { in zend_generator_close()
243 || CG(unclean_shutdown)) { in zend_generator_dtor_storage()
H A Dzend.c1168 CG(unclean_shutdown) = 1; in BEGIN_EXTERN_C()
H A Dzend_compile.c416 CG(unclean_shutdown) = 0; in init_compiler()
/PHP-8.0/ext/standard/
H A Duser_filters.c168 if (CG(unclean_shutdown)) { in userfilter_filter()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c1945 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()
H A Dphpdbg_prompt.c1014 CG(unclean_shutdown) = 0; in PHPDBG_COMMAND()
/PHP-8.0/main/
H A Dmain.c1811 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()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c4490 CG(unclean_shutdown) = 1;
4501 CG(unclean_shutdown) = 1;
4544 if (gc_enabled() && !CG(unclean_shutdown)) {

Completed in 89 milliseconds