Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10832 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34781 invoked by uid 1010); 28 Jun 2004 18:32:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34725 invoked by uid 1007); 28 Jun 2004 18:32:15 -0000 Message-ID: <20040628183214.34716.qmail@pb1.pair.com> To: internals@lists.php.net References: <20040628174905.7917.qmail@pb1.pair.com> Date: Mon, 28 Jun 2004 11:31:54 -0700 Lines: 14 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Posted-By: 64.142.6.231 Subject: Re: #20760 : is it really the intended behavior ? From: pollita@php.net ("Sara Golemon") > Derick claimed that it was an intended behavior, I'd like to > make sure before documenting it. I'd also like to know why > do we have this feature ? It's quiet confusing. > You would doubt Derick? Shame! Yes, this is intended behavior, primarily to allow children to call parents staticly and still have $this available for parents to modify properties. The fact that it works across non-relatives is simply a side-effect. -Sara