| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2010-08-15 19:13 UTC] felipe@php.net
 
-Status:      Open
+Status:      Assigned
-Assigned To:
+Assigned To: dmitry
  [2010-08-25 11:14 UTC] dmitry@php.net
  [2010-08-25 11:15 UTC] dmitry@php.net
 
-Status: Assigned
+Status: Closed
  [2010-08-25 11:15 UTC] dmitry@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 07:00:01 2025 UTC | 
Description: ------------ See below. It is just like the #52041, but on method calls. Test script: --------------- <?php class foo { public $x; public function test() { return $this->x; } } $foo = new foo; $foo->test()->a = 1; Expected result: ---------------- No memory leak Actual result: -------------- [Sun Aug 15 14:09:42 2010] Script: '../bug.php' /home/felipe/dev/phptrunk/Zend/zend_execute.c(693) : Freeing 0xB7C09524 (20 bytes), script=../bug.php === Total 1 memory leaks detected ===