|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2015-10-08 21:37 UTC] dmitry@php.net
 
-Status:      Open
+Status:      Assigned
-Assigned To:
+Assigned To: dmitry
  [2015-10-08 21:46 UTC] dmitry@php.net
  [2015-10-08 21:46 UTC] dmitry@php.net
 
-Status: Assigned
+Status: Closed
  [2015-10-13 10:12 UTC] ab@php.net
  [2016-07-20 11:36 UTC] davey@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 03:00:01 2025 UTC | 
Description: ------------ Closures created for internal function are not released. Test script: --------------- <?php var_dump(((new ReflectionFunction("strlen"))->getClosure())("hello")); ?> Expected result: ---------------- int(5) Actual result: -------------- int(5) Zend/zend_closures.c(346) : Freeing 0xF505D1C0 (192 bytes) === Total 1 memory leaks detected ===