Searched refs:leak (Results 1 – 25 of 80) sorted by relevance
1234
2 Bug #53502 (strtotime with timezone memory leak)8 strtotime('Monday 00:00 Europe/Paris'); // Memory leak
35 echo "\ntemp stream (leak):\n";38 echo "\nmemory stream (leak):\n";53 temp stream (leak):58 memory stream (leak):
2 Bug #73161 (imagecreatefromgd2() may leak memory)4 We're testing for a memory leak that might not even show up with valgrind.
21 $ sapi/cli/php -r 'leak();'25 $ USE_ZEND_ALLOC=0 valgrind --leak-check=full sapi/cli/php -r 'leak();'
2 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
2 Bug #27598 (list() array key assignment causes HUGE memory leak)
2 Bug #52060 (Memory leak when passing a closure to method_exists())
2 Bug #67368 (Memory leak with immediately dereferenced array in class constant)
2 Fundamental memory leak test on temporaries
2 Bug #40899 (memory leak when nesting list())
4 <?php if(!function_exists("leak")) print "skip only for debug builds"; ?>
2 Closure must not leak during a dynamic call interrupted by an exception
2 Bug #67111: Memory leak when using "continue 2" inside two foreach loops
2 Bug #76754 (parent private constant in extends class memory leak)
2 Bug #38234 (Exception in __clone makes memory leak)
2 Bug #71196 (Memory leak with out-of-order live ranges)
2 Ignoring a sent value shouldn't leak memory
2 Generators using symtables must not leak
2 Bug #71297 (Memory leak with consecutive yield from)
2 Bug #46103: ReflectionObject memory leak
2 Bug #46160 (SPL - Memory leak when exception is throwed in offsetSet method)
2 Assignments to illegal ArrayObject offsets shouldn't leak
2 Bug #46115 (Memory leak when calling a method using Reflection)
36 echo "leak? penultimate iteration: $b, last one: $a\n";50 leak? penultimate iteration: %d, last one: %d
2 Bug #27295 (memory leak inside sscanf())
Completed in 25 milliseconds