Home
last modified time | relevance | path

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

12345678910

/PHP-8.4/.github/
H A Dlsan-suppressions.txt1 leak:acommon::DictInfoList::elements
2 leak:timer_create
3 leak:netsnmp_init_mib_internals
/PHP-8.4/ext/openssl/tests/
H A Dphp_openssl_pkey_from_zval_leak.phpt2 php_openssl_pkey_from_zval memory leak
10 throw new Error('create a leak');
23 create a leak
/PHP-8.4/ext/curl/tests/
H A Dbug79199.phpt2 Bug #79199 (curl_copy_handle() memory leak)
19 echo $i < 50 ? "okay" : "leak", PHP_EOL;
/PHP-8.4/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.4/ext/opcache/tests/jit/
H A Dassign_obj_op_002.phpt2 JIT ASSIGN_OBJ_OP: memory leak
16 $a->prop .= $a->prop . "leak";
/PHP-8.4/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.4/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.4/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.4/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.4/ext/pdo_firebird/tests/
H A Dbug_76488.phpt2 PDO_Firebird: Bug #76488 Memory leak when fetching a BLOB field
8 A bug in firebird causes a memory leak when calling `isc_attach_database()`.
/PHP-8.4/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.4/ext/standard/tests/strings/
H A Dbug79951.phpt2 Bug #79951: Memory leak in str_replace of empty string
/PHP-8.4/ext/opcache/tests/opt/
H A Dsccp_037.phpt2 SCCP 037: Memory leak
/PHP-8.4/Zend/tests/fibers/
H A Dunstarted-fiber.phpt2 Not starting a fiber does not leak
/PHP-8.4/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.4/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
/PHP-8.4/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.4/Zend/tests/generators/
H A Dignored_send_leak.phpt2 Ignoring a sent value shouldn't leak memory
/PHP-8.4/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.4/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");
/PHP-8.4/ext/standard/tests/serialize/
H A Dbug81142.phpt2 Bug #81142 (memory leak when unserialize()ing associative array)

Completed in 18 milliseconds

12345678910