Home
last modified time | relevance | path

Searched refs:leak (Results 26 – 50 of 53) sorted by relevance

123

/PHP-5.5/ext/reflection/tests/
H A Dbug38653.phpt2 Bug #38653 (memory leak in ReflectionClass::getConstant())
/PHP-5.5/ext/phar/tests/
H A Dbug46178.phpt2 Phar: PHP bug #46178: "memory leak in ext/phar"
/PHP-5.5/Zend/tests/
H A Dbug31177.phpt2 Bug #31177 (Memory leak)
H A Dbug43450.phpt2 Bug #43450 (Memory leak on some functions with implicit object __toString() call)
H A Dbug32596.phpt14 $c=get_class($this); //memory leak only
H A Dbug26698.phpt6 ini_set("report_memleaks", 0); // the exception thrown in this test results in a memory leak, whic…
H A Dbug52614.phpt2 Bug #52614 (Memory leak when writing on uninitialized variable returned from method call)
H A Dbug52041.phpt2 Bug #52041 (Memory leak when writing on uninitialized variable returned from function)
/PHP-5.5/ext/xsl/tests/
H A Dbug48221.phpt2 Bug #48221 (memory leak when passing invalid xslt parameter)
/PHP-5.5/ext/wddx/tests/
H A Dbug71587.phpt26 // Print mem leak
/PHP-5.5/ext/curl/tests/
H A Dbug65458.phpt2 Bug #65458 (curl memory leak)
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug70172.phpt4 Memory leak on debug build, needs fix.
/PHP-5.5/ext/standard/tests/array/
H A Dbug24980.phpt25 /* test #3: basic test (used to leak memory) */
/PHP-5.5/ext/standard/tests/file/
H A Dproc_open01.phpt2 proc_open() regression test 1 (proc_open() leak)
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug69752.phpt2 PDO PgSQL Bug #69752 (memory leak with closeCursor)
/PHP-5.5/ext/oci8/tests/
H A Dbug43497_92.phpt2 Bug #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory)
162 echo "\nExplicit LOB with no free (i.e. a temp lob leak)\n";
264 Explicit LOB with no free (i.e. a temp lob leak)
H A Dbug43497.phpt2 Bug #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory)
H A Dbug43492.phpt34 not automatically released which causes a cursor leak.
/PHP-5.5/tests/basic/
H A Drfc1867_max_file_uploads_empty_files.phpt4 <?php if(function_exists("leak")) print "skip only for non-debug builds"; ?>
H A Drfc1867_max_file_uploads_empty_files_debug.phpt4 <?php if(!function_exists("leak")) print "skip only for debug builds"; ?>
/PHP-5.5/ext/soap/
H A DTODO.old23 through memory leak testing
/PHP-5.5/
H A DNEWS1606 . Fixed bug #65458 (curl memory leak). (Adam)
1868 . Fixed bugs #47675 and #64577 (fd leak on Solaris)
2277 . Fixed bugs #47675 and #64577 (fd leak on Solaris)
3100 . Fixed memory leak in substr_replace. (Pierrick)
4235 . Fixed bug #54329 (MSSql extension memory leak).
5253 - Fixed memory leak in zip_close. (Pierre)
6173 - Fixed bug #47038 (Memory leak in include). (Dmitry)
6227 - Fixed bug #46178 (memory leak in ext/phar). (Greg)
6785 - Fixed bug #45405 (snmp extension memory leak).
7788 . Fixed leak in statName and stateIndex
[all …]
/PHP-5.5/Zend/
H A Dzend_alloc.c1295 zend_leak_info leak; in zend_mm_check_leaks() local
1299 leak.addr = ZEND_MM_DATA_OF(p); in zend_mm_check_leaks()
1300 leak.size = p->debug.size; in zend_mm_check_leaks()
1301 leak.filename = p->debug.filename; in zend_mm_check_leaks()
1302 leak.lineno = p->debug.lineno; in zend_mm_check_leaks()
1303 leak.orig_filename = p->debug.orig_filename; in zend_mm_check_leaks()
1304 leak.orig_lineno = p->debug.orig_lineno; in zend_mm_check_leaks()
1307 zend_message_dispatcher(ZMSG_MEMORY_LEAK_DETECTED, &leak TSRMLS_CC); in zend_mm_check_leaks()
H A Dzend_builtin_functions.c57 static ZEND_FUNCTION(leak);
268 ZEND_FE(leak, NULL)
1426 ZEND_FUNCTION(leak) in ZEND_FUNCTION() argument
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY920 memory leak in set_optimize_exact_info().
1329 memory leak in parse_subexp().
1331 memory leak in names_clear() and parse_char_class().
1332 2003/11/17: [bug] memory leak in parse_char_class().

Completed in 82 milliseconds

123