Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_globals.h88 zend_bool unclean_shutdown; member
H A Dzend_execute_API.c238 if (CG(unclean_shutdown)) { in shutdown_destructors()
336 if (gc_enabled() && !CG(unclean_shutdown)) { in shutdown_executor()
422 if (EG(ht_iterators_used) && !CG(unclean_shutdown)) { in shutdown_executor()
H A Dzend_generators.c136 if (UNEXPECTED(CG(unclean_shutdown))) { in zend_generator_close()
192 || CG(unclean_shutdown)) { in zend_generator_dtor_storage()
H A Dzend.c1128 CG(unclean_shutdown) = 1; in BEGIN_EXTERN_C()
H A Dzend_compile.c367 CG(unclean_shutdown) = 0; in init_compiler()
/PHP-7.4/ext/standard/
H A Duser_filters.c171 if (CG(unclean_shutdown)) { in userfilter_filter()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c2005 CG(unclean_shutdown) = 0; in main()
2037 CG(unclean_shutdown) = 0; in main()
2096 CG(unclean_shutdown) = is_exit || PHPDBG_G(unclean_eval); in main()
H A Dphpdbg_prompt.c1023 CG(unclean_shutdown) = 0; in PHPDBG_COMMAND()
/PHP-7.4/main/
H A Dmain.c1924 if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR && in php_request_shutdown()
1993 shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0); in php_request_shutdown()
2551 shutdown_memory_manager(CG(unclean_shutdown), 1); in php_module_shutdown()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4380 CG(unclean_shutdown) = 1; in accel_preload()
4387 CG(unclean_shutdown) = 1; in accel_preload()
4430 if (gc_enabled() && !CG(unclean_shutdown)) { in accel_preload()

Completed in 84 milliseconds