Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21096 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40544 invoked by uid 1010); 8 Dec 2005 02:28:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40528 invoked from network); 8 Dec 2005 02:28:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2005 02:28:28 -0000 X-Host-Fingerprint: 17.250.248.44 smtpout.mac.com FreeBSD 4.8-5.1 (or MacOS X 10.2-10.3) Received: from ([17.250.248.44:64356] helo=smtpout.mac.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id A6/25-14828-C4A97934 for ; Wed, 07 Dec 2005 21:28:28 -0500 Received: from mac.com (smtpin04-en2 [10.13.10.149]) by smtpout.mac.com (Xserve/8.12.11/smtpout12/MantshX 4.0) with ESMTP id jB82SP32004804 for ; Wed, 7 Dec 2005 18:28:25 -0800 (PST) Received: from [10.0.1.102] (c-24-98-128-251.hsd1.ga.comcast.net [24.98.128.251]) (authenticated bits=0) by mac.com (Xserve/smtpin04/MantshX 4.0) with ESMTP id jB82RsmR019202 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Wed, 7 Dec 2005 18:28:25 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <43970D54.1040206@zend.com> References: <43970D54.1040206@zend.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Date: Wed, 7 Dec 2005 21:28:24 -0500 To: internals@lists.php.net X-Mailer: Apple Mail (2.746.2) Subject: Re: [PHP-DEV] $this->this and avoiding circular references From: apinstein@mac.com (Alan Pinstein) Well I posted there first, and someone helped me believe that & on objects does indeed legitimately not bump the refcount, but no one knows about $this->this. And there's another similar thread on the dev list anyway which was answered usefully: http:// aspn.activestate.com/ASPN/Mail/Message/php-Dev/1555640 Plus, this is kind of an *internals* question because the topic not documented publicly and it has to do with things that are opaque to userland like refcounts and how "$this" works. Alan On Dec 7, 2005, at 11:27 AM, Antony Dovgal wrote: > On 07.12.2005 18:40, Alan Pinstein wrote: >> Hi all- > > > Please use php-general@lists.php.net for questions regarding > development *in* PHP. > -- > Wbr, Antony Dovgal