Home
last modified time | relevance | path

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

/PHP-8.1/Zend/tests/
H A Dbug67368.phpt4 report_memleaks=1
H A Dbug81104.phpt5 report_memleaks=0
H A Dbug26698.phpt6 ini_set("report_memleaks", 0); // the exception thrown in this test results in a memory leak, whic…
/PHP-8.1/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt38 report_memleaks = On
84 ["report_memleaks"]=>
/PHP-8.1/ext/sockets/tests/
H A Dsocket_import_stream-5.phpt7 report_memleaks=0
H A Dsocket_export_stream-5.phpt7 report_memleaks=0
/PHP-8.1/ext/standard/tests/serialize/
H A Dunserialize_mem_leak.phpt4 report_memleaks=1
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug70272.phpt11 report_memleaks=off
/PHP-8.1/main/
H A Dphp_globals.h73 bool report_memleaks; member
H A Dmain.c694 …STD_PHP_INI_BOOLEAN("report_memleaks", "1", PHP_INI_ALL, OnUpdateBool, report_memleaks, php_…
1794 bool report_memleaks; in php_request_shutdown() local
1798 report_memleaks = PG(report_memleaks); in php_request_shutdown()
1886 shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0); in php_request_shutdown()
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c4785 orig_report_memleaks = PG(report_memleaks);
4786 PG(report_memleaks) = 0;
4795 PG(report_memleaks) = orig_report_memleaks;
/PHP-8.1/
H A Dphp.ini-development542 report_memleaks = On
H A Dphp.ini-production544 report_memleaks = On

Completed in 75 milliseconds