Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69533 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29846 invoked from network); 9 Oct 2013 11:29:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2013 11:29:37 -0000 Authentication-Results: pb1.pair.com header.from=leverton@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=leverton@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.181 as permitted sender) X-PHP-List-Original-Sender: leverton@gmail.com X-Host-Fingerprint: 209.85.192.181 mail-pd0-f181.google.com Received: from [209.85.192.181] ([209.85.192.181:38364] helo=mail-pd0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/C9-06817-12E35525 for ; Wed, 09 Oct 2013 07:29:37 -0400 Received: by mail-pd0-f181.google.com with SMTP id g10so781923pdj.12 for ; Wed, 09 Oct 2013 04:29:34 -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=Ly/QfmFyWrX3bt4GQGVq7iOmhVtHzMNs4kStAlQD98s=; b=Cbj2CpOqPARFVKxjB/LA4eflTIXN/YOT3165EVUH3SccEG9B5mUO8saXa9Y56jso3/ c87alQjAn8M8B5c9lo6zE1Slch+bzp14uMfG9OtTVPGxtiP4yZFBJjKD9eyXYadohm66 v+HVhdojZCQv6sVi14fvHP6I/mlZ0oia0q8tZAgnMIyJYcdFydjrB1QkA0OHQ0xIo6jm PnHY7Ru1vyry8kcOJCvHg+4nldQrRdJ3W4BBjKC/My2ydIajVjINP4sN8Fy7ALlmDD+g vb78n+lTQrlakDJNfWUq9zqeMDboVYzszLFnItGK6dIoVlOhWml6R9NUoS6nwK5Ql6If HUfA== MIME-Version: 1.0 X-Received: by 10.68.180.34 with SMTP id dl2mr7250796pbc.6.1381318174672; Wed, 09 Oct 2013 04:29:34 -0700 (PDT) Received: by 10.70.32.97 with HTTP; Wed, 9 Oct 2013 04:29:34 -0700 (PDT) In-Reply-To: <52550CB7.5040309@php.net> References: <525283A7.50303@php.net> <83.12.24156.54982525@pb1.pair.com> <52550CB7.5040309@php.net> Date: Wed, 9 Oct 2013 06:29:34 -0500 Message-ID: To: Joe Watkins Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Vote: Anonymous Classes From: leverton@gmail.com (Matthew Leverton) On Wed, Oct 9, 2013 at 2:58 AM, Joe Watkins wrote: > This is a pretty quiet vote ... as this is the first RFC I have put > forward, I'd like a bit more feedback so I can avoid the avoidable in the > future ... > I'm not a voter, but I'd lean toward 'no' on this because a) I really dislike the syntax and b) it didn't seem to play 100% nicely with core PHP features (e.g. serialization). However, I do think there's a place for such a feature in PHP though (just take a look at SplHeap). I wish RFC voters had to leave a brief comment (even if from a canned list) on the voting page when voting 'no' because it would add a lot more transparency to the process. I know a lot of people do comment somewhere and I trust that they vote responsibly, but it's hard to put it all together at the end. -- Matthew Leverton