Home
last modified time | relevance | path

Searched refs:leak (Results 51 – 75 of 95) sorted by relevance

1234

/PHP-7.3/ext/wddx/tests/
H A Dbug73631.phpt2 Bug #73631 (Memory leak due to invalid wddx stack processing)
/PHP-7.3/Zend/tests/
H A Dbug43450.phpt2 Bug #43450 (Memory leak on some functions with implicit object __toString() call)
H A Dtemporary_cleaning_002.phpt2 Temporary leak on rope (encapsed string)
H A Dbug69446.phpt2 Bug #69446 (GC leak relating to removal of nested data after dtors run)
H A Dbug69446_2.phpt2 Bug #69446 (GC leak relating to removal of nested data after dtors run)
H A Dbug31177.phpt2 Bug #31177 (Memory leak)
H A Dtemporary_cleaning_004.phpt2 Temporary leak with switch
/PHP-7.3/ext/spl/tests/
H A Dobserver_010.phpt2 SPL: SplObjectStorage null coalescing operator memory leak
/PHP-7.3/ext/phar/tests/
H A Dbug79503.phpt2 Bug #79503 (Memory leak on duplicate metadata)
H A Dbug46178.phpt2 Phar: PHP bug #46178: "memory leak in ext/phar"
/PHP-7.3/ext/phar/tests/tar/
H A Dbug71504.phpt2 Bug #71504: Parsing of tar file with duplicate filenames causes memory leak
/PHP-7.3/ext/openssl/tests/
H A Dbug54061.phpt2 Bug #54061 (Memory leak in openssl_decrypt)
H A Dbug79145.phpt2 Bug #79145 (openssl memory leak)
/PHP-7.3/ext/reflection/tests/
H A Dbug38653.phpt2 Bug #38653 (memory leak in ReflectionClass::getConstant())
/PHP-7.3/ext/mysqli/tests/
H A Dbug73949.phpt2 Bug #73949 (leak in mysqli_fetch_object)
/PHP-7.3/sapi/phpdbg/tests/
H A Dbug78297.phpt2 Bug #78297: Include unexistent file memory leak
/PHP-7.3/ext/pcre/tests/
H A Dbug73612.phpt2 Bug #73612 (preg_*() may leak memory)
/PHP-7.3/Zend/tests/return_types/
H A D028.phpt2 Memory leak when returning TMP/VAR with wrong return type
/PHP-7.3/ext/standard/tests/serialize/
H A Dunserialize_leak.phpt2 Unserialize leak in SplObjectStorage
/PHP-7.3/ext/imap/tests/
H A Dbug80220.phpt2 Bug #80220 (imap_mail_compose() may leak memory) - message/rfc822 regression
/PHP-7.3/ext/xsl/tests/
H A Dbug48221.phpt2 Bug #48221 (memory leak when passing invalid xslt parameter)
/PHP-7.3/ext/standard/tests/streams/
H A Dbug78902.phpt2 Bug #78902: Memory leak when using stream_filter_append
/PHP-7.3/ext/exif/tests/bug77564/
H A Dbug77564.phpt2 Bug 77564 (Memory leak in exif_process_IFD_TAG)
/PHP-7.3/Zend/
H A Dzend_alloc.c2062 if (dbg->filename == leak->filename && dbg->lineno == leak->lineno) {
2095 if (dbg->filename == leak->filename && dbg->lineno == leak->lineno) {
2136 zend_leak_info leak; local
2146 leak.addr = list->ptr;
2147 leak.size = list->dbg.size;
2150 leak.lineno = list->dbg.lineno;
2180 leak.size = dbg->size;
2183 leak.lineno = dbg->lineno;
2209 leak.size = dbg->size;
2210 leak.filename = dbg->filename;
[all …]
/PHP-7.3/ext/zip/tests/
H A Dbug76524.phpt2 ZipArchive Bug #76524 (memory leak with ZipArchive::OVERWRITE flag and empty archive)

Completed in 33 milliseconds

1234