Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63378 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73812 invoked from network); 12 Oct 2012 14:44:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2012 14:44:46 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:44871] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A7/DC-06472-CDC28705 for ; Fri, 12 Oct 2012 10:44:45 -0400 Received: by mail-la0-f42.google.com with SMTP id e6so2064360lah.29 for ; Fri, 12 Oct 2012 07:44:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jZ+T/Ll7KuGAOnB4dI1OR/uL+il+CqcTHvhR6cvE/G8=; b=K4+m4TLHr8vqaAYyvjQUwgORHdbgPs7rEOfRU2iMnLQbj5Y3ir3wnpmHzmharGo1JB rN7ZDr+Sti6NBFD7FRKJ1I1ZfD2k7D++XEq8t/0XlUBvEpPin8UrAUSpera64IRup41X dELDjZjwMOOsgaZhW8c3114VQjBzqbqdKE1heCWCUp6I8FgI96b/SGlraFpHQ3Hl3HBx ArBcmvdGPnhMhRtSTPyTNCjr1JgPfvEgeCfFRg5lSlaLOzOhnYHne9ELQ7agadHh595L U8Lbox5YAsu2X/yWKCqBhdHBwTLVdUfdmBmMfyJ0d8BHmQszOrm+vIwdrGmHJddlI+Zy wN1A== MIME-Version: 1.0 Received: by 10.112.27.232 with SMTP id w8mr1781724lbg.77.1350053081774; Fri, 12 Oct 2012 07:44:41 -0700 (PDT) Received: by 10.112.36.39 with HTTP; Fri, 12 Oct 2012 07:44:41 -0700 (PDT) In-Reply-To: <9570D903A3BECE4092E924C2985CE485612B53E4@MBX202.domain.local> References: <9570D903A3BECE4092E924C2985CE485612B53E4@MBX202.domain.local> Date: Fri, 12 Oct 2012 08:44:41 -0600 Message-ID: To: Clint Priest Cc: "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [PHP-DEV [RFC] Property Accessors v1.2 From: morrison.levi@gmail.com (Levi Morrison) On Thu, Oct 11, 2012 at 11: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 > I'm not sure if that RFC is up to date; are `ZEND_ACC_READONLY` and `ZEND_ACC_WRITEONLY` still there? Are there still 79 test cases? I'd like to see wider coverage if you can think of more things to tests. Ideally every conditional statement has a test. I used to be very against this RFC but I admit the details have improved a lot with the ability to type hint and the removal of read and write only keywords. Levi Morrison