Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70353 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40211 invoked from network); 24 Nov 2013 14:15:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Nov 2013 14:15:16 -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.212.49 as permitted sender) X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.212.49 mail-vb0-f49.google.com Received: from [209.85.212.49] ([209.85.212.49:53460] helo=mail-vb0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/05-10115-1F902925 for ; Sun, 24 Nov 2013 09:15:14 -0500 Received: by mail-vb0-f49.google.com with SMTP id p5so2056254vbn.36 for ; Sun, 24 Nov 2013 06:15:11 -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 :content-type; bh=oXj+As1XIhjMiIa3dNxv/NlyAXQF3EqA+7S/esa4m4k=; b=ImPOqDUBNEmNnp22HSfkOyXpj9I+QMc0Hjb++W79SE5P76tUsW3225PW2BrVo4OwRo DauLGqYHBBpdrIXn0r8vLnP8Qse6PLweQQAqrSHJ6ZGi/pC9bfyWJS9d4kF7PVsOAKZW q1Wm8BmyRjg38xY8ljkevwPDVpBfqLRFVckzoXlAMANpmbIYsXMYvdLSBbjSFJpqGoGZ jZXPcMUc1KFOqh4F552LDUuVuZ4/TUtgEfPvK+U8DxrfEJuZDUcIyfkKPmy83NLEiVnP QD9tNNkDFe4Gu7jKNip1ZhdZSgcFA1r8JGRnRsldGoj4gG0WTZld+22F8a1HjjMbIYlR K9Ig== MIME-Version: 1.0 X-Received: by 10.52.97.35 with SMTP id dx3mr18527312vdb.18.1385302511145; Sun, 24 Nov 2013 06:15:11 -0800 (PST) Received: by 10.58.128.33 with HTTP; Sun, 24 Nov 2013 06:15:11 -0800 (PST) In-Reply-To: References: Date: Sun, 24 Nov 2013 22:15:11 +0800 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=20cf307f31a81558e004ebece08e Subject: Re: rfc: pow-operator From: tjerk.meesters@gmail.com (Tjerk Meesters) --20cf307f31a81558e004ebece08e Content-Type: text/plain; charset=ISO-8859-1 Hi, The following notable updates have been made: 1. The exponent assignment operator is added, i.e. "$foo **= 2; // raise $foo to power of 2" 2. The available votes for the associativity is reduced to either right or non associative; I'd rather see it done right (pun intended) or done in a way whereby the developer must put parentheses to disambiguate. 3. Added a list of languages with their respective handling. Have a good week ahead! On Sat, Nov 23, 2013 at 9:51 PM, Tjerk Meesters wrote: > Hi guys, > > I'm done drafting the RFC for the exponential operator: > https://wiki.php.net/rfc/pow-operator > > Since this is a language feature, voting will only start in two weeks from > now. > > > Best, > Tjerk > > -- -- Tjerk --20cf307f31a81558e004ebece08e--