Re: [PHP-DEV] Re: ht being destroyed...

2004-03-13 Thread Andi Gutmans
It was fixed a few days ago. At 07:56 AM 3/13/2004 -0600, Joe Estock wrote: Derick Rethans wrote: Hello, the following script: a = $this; $this->b = $this; } } function bar($o) { } $f = new foo(); bar($f); bar($f); ?> generates the following warning: /da

[PHP-DEV] Re: ht being destroyed...

2004-03-13 Thread Joe Estock
Derick Rethans wrote: Hello, the following script: function foo() { $this->a = $this; $this->b = $this; } } function bar($o) { } $f = new foo(); bar($f); bar($f); ?> generates the following warning: /dat/dev/php/php-5.0dev/Zend/zen