Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70794 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30332 invoked from network); 20 Dec 2013 23:14:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Dec 2013 23:14:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.170 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-wi0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:37405] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/84-05676-14FC4B25 for ; Fri, 20 Dec 2013 18:14:10 -0500 Received: by mail-wi0-f170.google.com with SMTP id hq4so8629596wib.5 for ; Fri, 20 Dec 2013 15:14:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :content-type:mime-version:content-transfer-encoding; bh=xaL8v3AZsL5Zq3wXBiYL6H1mGwK6wR9QHNzRJWO+plE=; b=bKO2udyM7R4bqFszMURtu2Ez7PVXFGMIzPCMc8A42btM0LOkejutR6JmgljMJBdZC5 d7bywsHnqhyCiZBjRExQG0eXJ0hWNXfeTKoG1D3BjCPxeD80RgXGN3xBGVhLT8vf6mDN F07vozxc19fONKusvHQ3/P+W9FE99ksfvSatvpopqOFo1TioSdJ/ghiCid+NMAy7Md7B iPG8/INdcPEVldEQ4qZmJzeJE9DED7S3ijSTs93ErTnJTcd7yyGDCMrTFDj2Hlmcuux/ cNUmpwF6fWxIf0QhuUaFzTDzP/M1tkpDnRv1kNHWlxx6w/zRU3dkpbE1p54ydTjbJb7Y QhCA== X-Received: by 10.180.21.143 with SMTP id v15mr9876906wie.60.1387581246496; Fri, 20 Dec 2013 15:14:06 -0800 (PST) Received: from [192.168.1.120] (178-18-170-101.customer.bnet.at. [178.18.170.101]) by mx.google.com with ESMTPSA id kr10sm3698111wjc.22.2013.12.20.15.14.05 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 20 Dec 2013 15:14:05 -0800 (PST) Message-ID: <1387581243.16631.0.camel@smugmug> To: Rasmus Lerdorf Cc: Tjerk Meesters , "internals@lists.php.net" Date: Sat, 21 Dec 2013 00:14:03 +0100 In-Reply-To: <52B4C3AB.9010909@lerdorf.com> References: <52B4C3AB.9010909@lerdorf.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: power operator (again) From: mike.php.net@gmail.com (Mike) On Fri, 2013-12-20 at 17:24 -0500, Rasmus Lerdorf wrote: > Tjerk, I hadn't noticed this part of your patch before. > > https://github.com/datibbaw/php-src/commit/f60b98cf7a8371233d800a6faa286ddba4432d02 > > I don't think this is necessary and it looks odd having pow as a > language construct. There is nothing wrong with having pow() as a > regular legacy function here. > > Without this piece I think adding ** is a good idea. I already voted, but I have to second that. -- Regards, Mike