Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70284 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49501 invoked from network); 22 Nov 2013 17:07:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Nov 2013 17:07:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@chrislondon.co; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@chrislondon.co; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain chrislondon.co does not designate 74.125.82.42 as permitted sender) X-PHP-List-Original-Sender: me@chrislondon.co X-Host-Fingerprint: 74.125.82.42 mail-wg0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:60874] helo=mail-wg0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/59-28674-35F8F825 for ; Fri, 22 Nov 2013 12:07:32 -0500 Received: by mail-wg0-f42.google.com with SMTP id k14so1584690wgh.5 for ; Fri, 22 Nov 2013 09:07:29 -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:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Mo5HuwI0VFb63deddrdwrwzRLpNYB6u47uJtRe+u31I=; b=dUcW320rV8pAmpO08tSqMoqAA/Z+0cCIOQD4X3l/63n33Xffx26Qt9kbY+gE6G4yIM +hSIAoSdeJt7aJPqB4x+mYDowNk1bz4a9A5zVIyxKJOc4dDY22T+7iqLmoxKUCS1VwVV U1XkZXqgSLZe4JbcMoBmxA3QxwPAlZa2n/TVr6ArlD0fba8amQvKsKS818OskkOMFuYB K0YlAH62CGfs6Y8oRQtr5EcW571ZLVHcRqZbVZtoqdOhqByAoIgjPVzpPThikOKvnFqP 3hvxuJLwYSuiVgwFUg4ECLd9copFAPNagF2we6rIHkcefGbGziz7bS0ymWtIKVoxuCTo FIFg== X-Gm-Message-State: ALoCoQlGAqx1P+qzVywmd2ox9INlINlZ8D/1f1rc5cBWtPaJHxU4A+t0B6+qvIQvEumfemfMi8lb MIME-Version: 1.0 X-Received: by 10.180.75.235 with SMTP id f11mr3414179wiw.27.1385140049013; Fri, 22 Nov 2013 09:07:29 -0800 (PST) Received: by 10.217.153.135 with HTTP; Fri, 22 Nov 2013 09:07:28 -0800 (PST) X-Originating-IP: [66.219.207.210] In-Reply-To: References: Date: Fri, 22 Nov 2013 10:07:28 -0700 Message-ID: To: Tjerk Meesters Cc: PHP Internals Content-Type: multipart/alternative; boundary=f46d043c81ba95ff2d04ebc70c87 Subject: Re: [PHP-DEV] Power function as operator From: me@chrislondon.co (Chris London) --f46d043c81ba95ff2d04ebc70c87 Content-Type: text/plain; charset=ISO-8859-1 On Fri, Nov 22, 2013 at 9:58 AM, Tjerk Meesters wrote: It introduces the pow() function as an operator ** (double asterisk), as > can be found in languages such as Python (with perhaps the notable > difference that it's right associative there). > I would prefer the more math standard ^ (carat) but as that's a bitwise operator (XOR) I know my dream will never be realized ;) --f46d043c81ba95ff2d04ebc70c87--