Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_globals.h92 zend_bool unclean_shutdown; member
H A Dzend_execute_API.c235 if (CG(unclean_shutdown)) { in shutdown_destructors()
276 if (CG(unclean_shutdown)) { in shutdown_executor()
357 if (GC_G(gc_enabled) && !CG(unclean_shutdown)) { in shutdown_executor()
403 if (EG(ht_iterators_used) && !CG(unclean_shutdown)) { in shutdown_executor()
H A Dzend_generators.c133 if (UNEXPECTED(CG(unclean_shutdown))) { in zend_generator_close()
190 || CG(unclean_shutdown)) { in zend_generator_dtor_storage()
H A Dzend_gc.c265 if (UNEXPECTED(CG(unclean_shutdown)) || UNEXPECTED(GC_G(gc_active))) { in gc_possible_root()
H A Dzend.c938 CG(unclean_shutdown) = 1; in BEGIN_EXTERN_C()
H A Dzend_compile.c343 CG(unclean_shutdown) = 0; in init_compiler()
/PHP-7.1/ext/standard/
H A Duser_filters.c174 if (CG(unclean_shutdown)) { in userfilter_filter()
/PHP-7.1/main/
H A Dmain.c1813 shutdown_memory_manager(CG(unclean_shutdown), 0); in php_request_shutdown_for_hook()
1856 if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR && in php_request_shutdown()
1925 shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0); in php_request_shutdown()
2457 shutdown_memory_manager(CG(unclean_shutdown), 1); in php_module_shutdown()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c2004 CG(unclean_shutdown) = 0; in main()
2036 CG(unclean_shutdown) = 0; in main()
2093 CG(unclean_shutdown) = is_exit || PHPDBG_G(unclean_eval); in main()
H A Dphpdbg_prompt.c1072 CG(unclean_shutdown) = 0; in PHPDBG_COMMAND()
/PHP-7.1/ext/libxml/
H A Dlibxml.c386 if (CG(unclean_shutdown)) { in php_libxml_streams_IO_write()
/PHP-7.1/main/streams/
H A Dstreams.c510 if (!CG(unclean_shutdown)) { in _php_stream_free()
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c2424 CG(unclean_shutdown) = 1; in zend_accel_fast_shutdown()

Completed in 82 milliseconds