Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71936 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63340 invoked from network); 1 Feb 2014 19:53:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Feb 2014 19:53:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.192.172 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.192.172 mail-pd0-f172.google.com Received: from [209.85.192.172] ([209.85.192.172:52525] helo=mail-pd0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 14/35-30967-8C05DE25 for ; Sat, 01 Feb 2014 14:53:44 -0500 Received: by mail-pd0-f172.google.com with SMTP id p10so5510366pdj.3 for ; Sat, 01 Feb 2014 11:53:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=X9NCAYrgn3Uw7AqgFOgfenCMafSsNgW1TK3FSSFewLw=; b=NpM9v1hVT606UEqjKCJpExK8r1IP73+8EGPC0YDJfKzXin8oR5CndD3xb+J8qoIoRq qVIFZZ4QdUGmbQxSUV3fycNSn9MS+AVbBXSFc4M32c8BKONnBMUtF/f3Rb25qQy1RJDO U8Aew2LWPQo1u3sO3yhDgzxDc8vuTNKwjXMXpExOgqz+RSR8m3ThFfkj5QEhCBv1v5ho CPOTmAh9NBXfPAbHcQPESJjwBiwvW9WSboby5O2I8+VRQGN7dEsPAr4icRqHRF9pSL24 NTX7zh/NTx8Mf82Xm9muf6GVx8hJvTKX1dEoglAitSQMqK3cNHfbrkjjKht/Fv0SDCh7 GPmA== X-Gm-Message-State: ALoCoQnIAOpXqu8FTEuCtXAIiHn6cjNBCcOkDIlWm2knir+tLw4ogXu/grGwfCLzhtvQA2P7JAyK MIME-Version: 1.0 X-Received: by 10.66.142.132 with SMTP id rw4mr28566802pab.6.1391284421735; Sat, 01 Feb 2014 11:53:41 -0800 (PST) Sender: php@golemon.com Received: by 10.70.77.164 with HTTP; Sat, 1 Feb 2014 11:53:41 -0800 (PST) X-Originating-IP: [173.252.71.189] In-Reply-To: References: <98.E0.35265.E17FBE25@pb1.pair.com> Date: Sat, 1 Feb 2014 11:53:41 -0800 X-Google-Sender-Auth: hUKe9AIPttreEJS2Pj9GZ-Tlnoc Message-ID: To: Gordon Oheim Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [VOTE] Automatic Property Initialization From: pollita@php.net (Sara Golemon) On Sat, Feb 1, 2014 at 11:43 AM, Gordon Oheim wrote: > On 01.02.2014 20:25, Sara Golemon wrote: >> FYI, I'm voting "No" as I don't think >> https://wiki.php.net/rfc/constructor-promotion was considered >> adequately. They both seek to accomplish the same goal, but one >> introduces conflicting syntax while the other does not. >> >> If we're to go with the conflicting syntax, I'd like to see a >> reasonable argument why. >> > How is it conflicting? > Because it's different from already existing syntax (Code exists in the wild using HHVM's version of the syntax - https://wiki.php.net/rfc/constructor-promotion ). I'm not sure which part you're confused about. -Sara