Home
last modified time | relevance | path

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

1234

/PHP-7.1/ext/date/tests/
H A Dbug53502.phpt2 Bug #53502 (strtotime with timezone memory leak)
8 strtotime('Monday 00:00 Europe/Paris'); // Memory leak
/PHP-7.1/ext/standard/tests/file/
H A Dbug52820.phpt35 echo "\ntemp stream (leak):\n";
38 echo "\nmemory stream (leak):\n";
53 temp stream (leak):
58 memory stream (leak):
/PHP-7.1/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-7.1/Zend/
H A DREADME.ZEND_MM21 $ sapi/cli/php -r 'leak();'
25 $ USE_ZEND_ALLOC=0 valgrind --leak-check=full sapi/cli/php -r 'leak();'
/PHP-7.1/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-7.1/Zend/tests/
H A Dbug27598.phpt2 Bug #27598 (list() array key assignment causes HUGE memory leak)
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 Dtemporary_cleaning_003.phpt2 Fundamental memory leak test on temporaries
H A Dbug40899.phpt2 Bug #40899 (memory leak when nesting list())
H A D67468.phpt4 <?php if(!function_exists("leak")) print "skip only for debug builds"; ?>
H A Dclosure_call_leak_with_exception.phpt2 Closure must not leak during a dynamic call interrupted by an exception
H A Dbug67111.phpt2 Bug #67111: Memory leak when using "continue 2" inside two foreach loops
H A Dbug76754.phpt2 Bug #76754 (parent private constant in extends class memory leak)
H A Dbug38234.phpt2 Bug #38234 (Exception in __clone makes memory leak)
H A Dbug71196.phpt2 Bug #71196 (Memory leak with out-of-order live ranges)
/PHP-7.1/Zend/tests/generators/
H A Dignored_send_leak.phpt2 Ignoring a sent value shouldn't leak memory
H A Dgenerator_symtable_leak.phpt2 Generators using symtables must not leak
H A Dbug71297.phpt2 Bug #71297 (Memory leak with consecutive yield from)
/PHP-7.1/ext/reflection/tests/
H A Dbug46103.phpt2 Bug #46103: ReflectionObject memory leak
/PHP-7.1/ext/spl/tests/
H A Dbug46160.phpt2 Bug #46160 (SPL - Memory leak when exception is throwed in offsetSet method)
H A DArrayObject_illegal_offset_leak.phpt2 Assignments to illegal ArrayObject offsets shouldn't leak
H A Dbug46115.phpt2 Bug #46115 (Memory leak when calling a method using Reflection)
/PHP-7.1/ext/standard/tests/http/
H A Dbug60570.phpt36 echo "leak? penultimate iteration: $b, last one: $a\n";
50 leak? penultimate iteration: %d, last one: %d
/PHP-7.1/ext/standard/tests/strings/
H A Dbug27295.phpt2 Bug #27295 (memory leak inside sscanf())

Completed in 30 milliseconds

1234