Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_globals.h108 zend_bool unclean_shutdown; member
H A Dzend.c881 CG(unclean_shutdown) = 1; in BEGIN_EXTERN_C()
955 if (GC_G(gc_enabled) && !CG(unclean_shutdown)) { in zend_deactivate()
H A Dzend_generators.c127 if (CG(unclean_shutdown)) { in zend_generator_close()
H A Dzend_language_scanner.l769 CG(unclean_shutdown)=1; in compile_string()
H A Dzend_language_scanner.c771 CG(unclean_shutdown)=1; in compile_string()
H A Dzend_compile.c230 CG(unclean_shutdown) = 0; in init_compiler()
/PHP-5.5/main/
H A Dmain.c1716 shutdown_memory_manager(CG(unclean_shutdown), 0 TSRMLS_CC); in php_request_shutdown_for_hook()
1761 if (CG(unclean_shutdown) && PG(last_error_type) == E_ERROR && in php_request_shutdown()
1832 shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0 TSRMLS_CC); in php_request_shutdown()
2401 shutdown_memory_manager(CG(unclean_shutdown), 1 TSRMLS_CC); in php_module_shutdown()
/PHP-5.5/ext/standard/
H A Duser_filters.c184 if (CG(unclean_shutdown)) { in userfilter_filter()
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c903 CG(unclean_shutdown)=1; in HttpExtensionProc()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c2324 CG(unclean_shutdown) = 1;

Completed in 95 milliseconds