Home
last modified time | relevance | path

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

1234567

/PHP-8.0/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.0/ext/curl/tests/
H A Dbug79199.phpt2 Bug #79199 (curl_copy_handle() memory leak)
21 echo $i < 50 ? "okay" : "leak", PHP_EOL;
/PHP-8.0/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.0/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.0/ext/standard/tests/file/
H A Dbug52820.phpt35 echo "\ntemp stream (leak):\n";
38 echo "\nmemory stream (leak):\n";
54 temp stream (leak):
59 memory stream (leak):
/PHP-8.0/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.0/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.0/.github/
H A Dlsan-suppressions.txt1 leak:acommon::DictInfoList::elements
/PHP-8.0/ext/standard/tests/strings/
H A Dbug79951.phpt2 Bug #79951: Memory leak in str_replace of empty string
/PHP-8.0/ext/opcache/tests/opt/
H A Dsccp_037.phpt2 SCCP 037: Memory leak
H A Dsccp_035.phpt2 SCCP 035: memory leak
/PHP-8.0/Zend/tests/
H A Dbug27598.phpt2 Bug #27598 (list() array key assignment causes HUGE memory leak)
H A Dtemporary_cleaning_003.phpt2 Fundamental memory leak test on temporaries
H A Dbug52060.phpt2 Bug #52060 (Memory leak when passing a closure to method_exists())
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 Dbug40899.phpt2 Bug #40899 (memory leak when nesting list())
H A Dclosure_call_leak_with_exception.phpt2 Closure must not leak during a dynamic call interrupted by an exception
H A Ddynamic_prop_name_leak.phpt2 Dynamic prop name with type conversion in reference position should not leak
/PHP-8.0/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
H A Dbug46160.phpt2 Bug #46160 (SPL - Memory leak when exception is throwed in offsetSet method)
H A Dbug46115.phpt2 Bug #46115 (Memory leak when calling a method using Reflection)
/PHP-8.0/Zend/tests/generators/
H A Dignored_send_leak.phpt2 Ignoring a sent value shouldn't leak memory
/PHP-8.0/ext/reflection/tests/
H A Dbug46103.phpt2 Bug #46103: ReflectionObject memory leak

Completed in 38 milliseconds

1234567