Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70328 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67437 invoked from network); 23 Nov 2013 17:33:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2013 17:33:31 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:37510] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/00-01587-9E6E0925 for ; Sat, 23 Nov 2013 12:33:31 -0500 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id E6301E203A; Sat, 23 Nov 2013 17:33:26 +0000 (GMT) Date: Sat, 23 Nov 2013 17:33:26 +0000 (GMT) X-X-Sender: derick@whisky.home.derickrethans.nl To: Tjerk Meesters cc: PHP Internals In-Reply-To: Message-ID: References: User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Re: Power function as operator From: derick@php.net (Derick Rethans) 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? cheers, Derick