Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/standard/tests/serialize/
H A Dunserialize_mem_leak.phpt4 report_memleaks=1
/PHP-7.4/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt45 report_memleaks = On
95 ["report_memleaks"]=>
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug70272.phpt10 report_memleaks=off
/PHP-7.4/main/
H A Dphp_globals.h77 zend_bool report_memleaks; member
H A Dmain.c783 …STD_PHP_INI_BOOLEAN("report_memleaks", "1", PHP_INI_ALL, OnUpdateBool, report_memleaks, php_…
1897 zend_bool report_memleaks; in php_request_shutdown() local
1901 report_memleaks = PG(report_memleaks); in php_request_shutdown()
1993 shutdown_memory_manager(CG(unclean_shutdown) || !report_memleaks, 0); in php_request_shutdown()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4848 orig_report_memleaks = PG(report_memleaks); in accel_finish_startup()
4849 PG(report_memleaks) = 0; in accel_finish_startup()
4856 PG(report_memleaks) = orig_report_memleaks; in accel_finish_startup()
/PHP-7.4/
H A Dphp.ini-development525 report_memleaks = On
H A Dphp.ini-production525 report_memleaks = On

Completed in 42 milliseconds