report_memleaks   508 main/main.c    	STD_PHP_INI_BOOLEAN("report_memleaks",		"1",		PHP_INI_ALL,		OnUpdateBool,			report_memleaks,		php_core_globals,	core_globals)
report_memleaks  1759 main/main.c    	zend_bool report_memleaks;
report_memleaks  1761 main/main.c    	report_memleaks = PG(report_memleaks);
report_memleaks  1849 main/main.c    		shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0);
report_memleaks    79 main/php_globals.h 	zend_bool report_memleaks;