Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65053 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72050 invoked from network); 21 Jan 2013 18:03:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jan 2013 18:03:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.49 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.215.49 mail-la0-f49.google.com Received: from [209.85.215.49] ([209.85.215.49:61463] helo=mail-la0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/81-51555-0E28DF05 for ; Mon, 21 Jan 2013 13:03:14 -0500 Received: by mail-la0-f49.google.com with SMTP id fs13so219763lab.36 for ; Mon, 21 Jan 2013 10:03:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=m96tMJRGwDFe+Pyewc6dj15rg7TRSP2URq1ThcpcVt8=; b=d23RLOzZzdOT4l54xKYl2ZJ7lphvnfew1P8qonn0W67qFfUg4n74rtjLWnCDqz4EMY HgpZbKtvwgtXSBaVddLD12GZHCOlrdX2RhNCUeNcyymvZ7xM4cO58EDYryak8IuYSG9m vijGF9NYsTa9kkuIl+9hRFEEjQGWjZd3/Tu1bkc21j2NA9C3NLRRQhWyG7d/N8VmHw6B oMqtJg75NJXU4f83CZC6Cq4ipwqWl4B8Ce52nM6+Oiwt1y/sssIr3hZemXzi5zecMXxC GptAGlh1x0cm11CxX1WsDDXbRJs20/pzjUyjavACBQsuO3zYq5RKIbODd51CR0kaUzTi n4XA== MIME-Version: 1.0 X-Received: by 10.112.10.200 with SMTP id k8mr8010770lbb.73.1358791389510; Mon, 21 Jan 2013 10:03:09 -0800 (PST) Received: by 10.112.138.131 with HTTP; Mon, 21 Jan 2013 10:03:09 -0800 (PST) Date: Mon, 21 Jan 2013 19:03:09 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=bcaec54ee290187c5504d3d04697 Subject: [VOTE] Alternative typehinting syntax for accessors From: nikita.ppv@gmail.com (Nikita Popov) --bcaec54ee290187c5504d3d04697 Content-Type: text/plain; charset=ISO-8859-1 Hi internals! I've opened the vote on the proposal for the alternative accessor typehinting syntax: https://wiki.php.net/rfc/propertygetsetsyntax-alternative-typehinting-syntax#voting The vote is done under the assumption that the main accessors RFC will pass. If it does not, then this proposal is no longer relevant. You can find the mailinglist discussion for this RFC here: http://markmail.org/message/kzha62nyp4pj24ct Thanks, Nikita --bcaec54ee290187c5504d3d04697--