Home
last modified time | relevance | path

Searched refs:leak (Results 1 – 25 of 189) sorted by relevance

12345678

/PHP-8.3/.github/
H A Dlsan-suppressions.txt1 leak:acommon::DictInfoList::elements
2 leak:timer_create
3 leak:netsnmp_init_mib_internals
/PHP-8.3/ext/curl/tests/
H A Dbug79199.phpt2 Bug #79199 (curl_copy_handle() memory leak)
19 echo $i < 50 ? "okay" : "leak", PHP_EOL;
/PHP-8.3/ext/date/tests/
H A Dbug53502.phpt2 Bug #53502 (strtotime with timezone memory leak)
8 strtotime('Monday 00:00 Europe/Paris'); // Memory leak
/PHP-8.3/ext/opcache/tests/jit/
H A Dassign_obj_op_002.phpt2 JIT ASSIGN_OBJ_OP: memory leak
17 $a->prop .= $a->prop . "leak";
/PHP-8.3/ext/standard/tests/file/
H A Dbug52820.phpt37 echo "\ntemp stream (leak):\n";
40 echo "\nmemory stream (leak):\n";
56 temp stream \(leak\):
61 memory stream \(leak\):
/PHP-8.3/ext/gd/tests/
H A Dbug73161.phpt2 Bug #73161 (imagecreatefromgd2() may leak memory)
4 We're testing for a memory leak that might not even show up with valgrind.
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_089.phpt2 Modification of typed property during assignment must not leak
14 $a->prop .= "leak ";
/PHP-8.3/ext/xml/tests/
H A Dgh12254.phpt2 GH-12254: xml_parse_into_struct() memory leak when called twice
18 // Yes, this doesn't do anything but it at least shouldn't leak...
/PHP-8.3/sapi/cli/tests/
H A Dphp_cli_server_016.phpt2 Bug #60591 (Memory leak when access a non-exists file)
4 this is an indirect test for bug 60591, since mem leak is reproted in the server side
/PHP-8.3/ext/standard/tests/strings/
H A Dbug79951.phpt2 Bug #79951: Memory leak in str_replace of empty string
/PHP-8.3/ext/opcache/tests/opt/
H A Dsccp_037.phpt2 SCCP 037: Memory leak
/PHP-8.3/Zend/tests/fibers/
H A Dunstarted-fiber.phpt2 Not starting a fiber does not leak
/PHP-8.3/ext/exif/tests/
H A Dzero_length_makernote_leak.phpt2 OSS-Fuzz: Memory leak for zero-length MAKERNOTE
H A Dtemporary_buffer_leak.phpt2 OSS-Fuzz: Temporary buffer leak in tag reading
/PHP-8.3/Zend/tests/
H A Dbug27598.phpt2 Bug #27598 (list() array key assignment causes HUGE memory leak)
H A Dbug78335_2.phpt2 Bug #78335: Static properties containing cycles report as leak (internal class variant)
H A Dtemporary_cleaning_003.phpt2 Fundamental memory leak test on temporaries
H A Dbug67368.phpt2 Bug #67368 (Memory leak with immediately dereferenced array in class constant)
H A Dbug76754.phpt2 Bug #76754 (parent private constant in extends class memory leak)
H A Dbug52060.phpt2 Bug #52060 (Memory leak when passing a closure to method_exists())
/PHP-8.3/ext/spl/tests/
H A Dgh8366.phpt2 Bug GH-8366 (ArrayIterator may leak when calling __construct())
H A Dfilesystemiterator_leak.phpt2 Don't leak when breaking from FilesystemIterator
/PHP-8.3/Zend/tests/generators/
H A Dignored_send_leak.phpt2 Ignoring a sent value shouldn't leak memory
/PHP-8.3/ext/sodium/tests/
H A Dsodium_crypto_sign_ed25519_pk_to_curve25519_failure_leak.phpt2 Memory leak on sodium_crypto_sign_ed25519_pk_to_curve25519() failure
/PHP-8.3/ext/standard/tests/streams/
H A Dbug46024.phpt7 // which may leak a temporary hash table. This does not seems worth fixing.
8 if (getenv('SKIP_ASAN')) die("xleak Test may leak");

Completed in 18 milliseconds

12345678