Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63359 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19825 invoked from network); 12 Oct 2012 05:32:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2012 05:32:48 -0000 Authentication-Results: pb1.pair.com header.from=tbprogrammer@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tbprogrammer@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: tbprogrammer@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:60675] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/62-06472-D7BA7705 for ; Fri, 12 Oct 2012 01:32:46 -0400 Received: by mail-ob0-f170.google.com with SMTP id ni5so2811128obc.29 for ; Thu, 11 Oct 2012 22:32:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ji4+bg+rWus+miSAlo4DeIfgwJcWusC2U04QFElwTYM=; b=DrFN981vPHlapsEVOYTC/+U4zRJKtyfmI6tjBWOwMWpNngfv5vZH2dpsNiyLqKOthO OJS5Td4vBbSUyaAlQd0Qw7lHl4JTva93Fh/WaNoVR9b3HrbmH6nFOF6mEGuw0PA63xdp Lnc7QXK1l9RyWJLTSbHQ36HCCHFSxxwC04Ah7YvuEItlUCyDLK6FJPsADd6t5obz7sr4 /fBZ80NNGu5S4T8tZOFuk/HKywBARXRg3YrZqwV2dFoEVPdpBJzP1HvRWw1DWWYMaLJt QkMuKcoKsBtUd2rJVPbB39Z9vLkqiRA7HOP+MVv87AXuFJMcE6tQba6qUliB4BOy3Oc5 tmaQ== Received: by 10.60.19.37 with SMTP id b5mr2741266oee.16.1350019962925; Thu, 11 Oct 2012 22:32:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.11.170 with HTTP; Thu, 11 Oct 2012 22:32:22 -0700 (PDT) In-Reply-To: <9570D903A3BECE4092E924C2985CE485612B53E4@MBX202.domain.local> References: <9570D903A3BECE4092E924C2985CE485612B53E4@MBX202.domain.local> Date: Thu, 11 Oct 2012 22:32:22 -0700 Message-ID: To: Clint Priest Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=e89a8ff1c4b854711004cbd604f1 Subject: Re: [PHP-DEV] [PHP-DEV [RFC] Property Accessors v1.2 From: tbprogrammer@gmail.com (Jazzer Dane) --e89a8ff1c4b854711004cbd604f1 Content-Type: text/plain; charset=ISO-8859-1 I like it. I assume that, in regards to static properties, the static keyword works just as well as self and parent, correct? On Thu, Oct 11, 2012 at 10:23 PM, Clint Priest wrote: > Alright, here is the updated RFC as per discussions for the last few days: > > https://wiki.php.net/rfc/propertygetsetsyntax-as-implemented > > If you could read it over, make sure I have all of your concerns correctly > addressed and we can leave this open for the two week waiting period while > I make the final code changes. > > -Clint > > --e89a8ff1c4b854711004cbd604f1--