Searched refs:report_memleaks (Results 1 – 12 of 12) sorted by relevance
4 report_memleaks=1
5 report_memleaks=0
6 ini_set("report_memleaks", 0); // the exception thrown in this test results in a memory leak, whic…
38 report_memleaks = On84 ["report_memleaks"]=>
7 report_memleaks=0
67 bool report_memleaks; member
752 …STD_PHP_INI_BOOLEAN("report_memleaks", "1", PHP_INI_ALL, OnUpdateBool, report_memleaks, php_…1887 bool report_memleaks; in php_request_shutdown() local1891 report_memleaks = PG(report_memleaks); in php_request_shutdown()1979 shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0); in php_request_shutdown()
4671 orig_report_memleaks = PG(report_memleaks);4672 PG(report_memleaks) = false;4681 PG(report_memleaks) = orig_report_memleaks;
538 report_memleaks = On
540 report_memleaks = On
Completed in 61 milliseconds