report_memleaks   574 main/main.c    	STD_PHP_INI_BOOLEAN("report_memleaks",		"1",		PHP_INI_ALL,		OnUpdateBool,			report_memleaks,		php_core_globals,	core_globals)
report_memleaks  1820 main/main.c    	zend_bool report_memleaks;
report_memleaks  1823 main/main.c    	report_memleaks = PG(report_memleaks);
report_memleaks  1921 main/main.c    		shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0 TSRMLS_CC);
report_memleaks    79 main/php_globals.h 	zend_bool report_memleaks;
report_memleaks  1488 sapi/phpdbg/phpdbg.c 		PG(report_memleaks) = 0;
report_memleaks  1532 sapi/phpdbg/phpdbg.c 		PG(report_memleaks) = 0;