|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-06-10 19:18 UTC] felipe@php.net
-Status: Open
+Status: Assigned
-PHP Version: Irrelevant
+PHP Version: 5.2, 5.3, Trunk
-Assigned To:
+Assigned To: dmitry
[2010-06-10 19:19 UTC] felipe@php.net
[2010-06-15 10:22 UTC] dmitry@php.net
[2010-06-15 10:25 UTC] dmitry@php.net
-Status: Assigned
+Status: Closed
[2010-06-15 10:25 UTC] dmitry@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
Description: ------------ See below. Test script: --------------- <?php function foo() { return $x; } foo()->a = 1; Expected result: ---------------- No memory leak. Actual result: -------------- Zend/zend_execute.c(723) : Freeing 0x0A395E1C (20 bytes), script=../bug.php === Total 1 memory leaks detected ===