Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64518 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92757 invoked from network); 4 Jan 2013 11:43:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2013 11:43:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=lars@strojny.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lars@strojny.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain strojny.net from 46.4.40.248 cause and error) X-PHP-List-Original-Sender: lars@strojny.net X-Host-Fingerprint: 46.4.40.248 milch.schokokeks.org Received: from [46.4.40.248] ([46.4.40.248:34227] helo=milch.schokokeks.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/4E-00128-970C6E05 for ; Fri, 04 Jan 2013 06:43:54 -0500 Received: from lstrojnypro3.fritz.box (ppp-93-104-5-67.dynamic.mnet-online.de [::ffff:93.104.5.67]) (AUTH: PLAIN lars@schokokeks.org, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by milch.schokokeks.org with ESMTPSA; Fri, 04 Jan 2013 12:43:50 +0100 id 000000000000000D.0000000050E6C076.00000924 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) In-Reply-To: <50E648BE.2060005@zerocue.com> Date: Fri, 4 Jan 2013 12:43:49 +0100 Cc: PHP Developers Mailing List Content-Transfer-Encoding: quoted-printable Message-ID: <659FAABD-8FA7-45EC-A6CD-2A288813AF4C@strojny.net> References: <50E41BB6.4030901@zerocue.com> <50E648BE.2060005@zerocue.com> To: Clint Priest X-Mailer: Apple Mail (2.1499) Subject: Re: [PHP-DEV] [PHP-RFC] Property Accessors 1.2 : parent::$foo Issue From: lars@strojny.net (Lars Strojny) Hi Clint, Am 04.01.2013 um 04:13 schrieb Clint Priest : [...] > 1) It forces the user to access the parent property accessor in a = different way than is used everywhere else Isn=92t that the same as parent->$foo? Please let=92s not introduce a = special syntax for something that can be done properly. I would either = go with variant 2 ("Rewrite the way static property references work"). = If that takes too long and we feel that a version without parent access = is sufficient, we should disallow parent access for version 1 of = property accessors. cu, Lars=