Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70346 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20195 invoked from network); 24 Nov 2013 06:51:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Nov 2013 06:51:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.175 as permitted sender) X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.128.175 mail-ve0-f175.google.com Received: from [209.85.128.175] ([209.85.128.175:40249] helo=mail-ve0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/A1-10115-502A1925 for ; Sun, 24 Nov 2013 01:51:49 -0500 Received: by mail-ve0-f175.google.com with SMTP id jx11so2007973veb.6 for ; Sat, 23 Nov 2013 22:51:46 -0800 (PST) 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=UxIcbLUG35P176zJ9bD1GL8GsD7CWqahOxBLbx20CwM=; b=J45iGtLVtT6oS8+rqm2WHwg9N1ZdtNgHhQxGHTWiuywDJDojfWJ9dTEZIPaztBtYc2 j8RlyqSHH6IN1YahaMNckbaOz3fz9Ib291SLFf804FfX8Lmu63lutc6s9cUZvEXVRt5m lEjVhNuqm6cICaZhgU552TB+/jbN7wB6Sg6KGbGili3Samnnf+5p7Y6sXtRKYEtYyBSa Jbx5IYXe4TmnZuib3iGMWMCr0hHC9iL5TENkxJNe+DuVYjf+xrKiwlCtKN5Vmk+pydOg K4J0Jthp7z0+mKIGOgtMhw2sE0HzPEpFHCTPSiOylL1pSCX4JV968rOnQcpPpuPOWJ/v 6QWA== MIME-Version: 1.0 X-Received: by 10.220.159.4 with SMTP id h4mr19661027vcx.1.1385275906766; Sat, 23 Nov 2013 22:51:46 -0800 (PST) Received: by 10.58.128.33 with HTTP; Sat, 23 Nov 2013 22:51:46 -0800 (PST) In-Reply-To: References: Date: Sun, 24 Nov 2013 14:51:46 +0800 Message-ID: To: Derick Rethans Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a11c2ca0c56bd4704ebe6ae01 Subject: Re: [PHP-DEV] Re: Power function as operator From: tjerk.meesters@gmail.com (Tjerk Meesters) --001a11c2ca0c56bd4704ebe6ae01 Content-Type: text/plain; charset=ISO-8859-1 Hi Derick, On Sun, Nov 24, 2013 at 1:33 AM, Derick Rethans wrote: > On Sat, 23 Nov 2013, Tjerk Meesters wrote: > > > As for the associativity argument (assuming the precedence is now > > correct), if not resolved before the voting begins, I would suggest to > > move that into the vote itself, i.e.: > > > a) don't implement; > > b) yes, with left associativity; > > c) yes, with right associativity. > > Shouldn't this include: > > d) yes, with *no* associativity? > Yes, it should. I'm proposing to split the voting into two sections: 1. Whether it should be included in the first place 2. And if so, how it should behave in terms of associativity (assuming precedence is agreed upon). > > cheers, > Derick > -- -- Tjerk --001a11c2ca0c56bd4704ebe6ae01--