Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70777 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43485 invoked from network); 20 Dec 2013 00:21:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Dec 2013 00:21:39 -0000 Authentication-Results: pb1.pair.com header.from=rmwscbt@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rmwscbt@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.52 as permitted sender) X-PHP-List-Original-Sender: rmwscbt@gmail.com X-Host-Fingerprint: 74.125.82.52 mail-wg0-f52.google.com Received: from [74.125.82.52] ([74.125.82.52:38986] helo=mail-wg0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0D/51-42949-39D83B25 for ; Thu, 19 Dec 2013 19:21:39 -0500 Received: by mail-wg0-f52.google.com with SMTP id x13so1815760wgg.19 for ; Thu, 19 Dec 2013 16:21:36 -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:cc :content-type; bh=N6q5uZi1aUs3BLNc9E81MIiqaiIIo925RvE+nUC+0lE=; b=TvEz65xMlFXQKixpV+E38ps0CKlK2FEtV1NLhN6xAkxb28lwo4f1JHE5VpaqTUWu50 AC9qu39fBUwR3cguTIy8SAHJC1xsVX4R/L+8htup63Q4fsSZpSRBvrA2+AqFi46qLwkj u889R4R8B6Ex7V/uS3TdsXuPjB6DWfJ9QFar0L73vkw9a3+yubc5ax9O6D9ZlY6dk1Uj 8zJe6j5XtCqjXpkYbeyOWN1UL8edA3LT/NN3VdBwu7q51hSogHu/bdZQHLIvLwfAWcU2 2iYxqFOEuAIKWtBMaGfOrJQN3AluWptCVxkesQzk1qzWVHh67uc5AK9oAFtLasu0ZZS+ /Vjw== MIME-Version: 1.0 X-Received: by 10.180.206.41 with SMTP id ll9mr4892902wic.7.1387498896533; Thu, 19 Dec 2013 16:21:36 -0800 (PST) Received: by 10.216.199.130 with HTTP; Thu, 19 Dec 2013 16:21:36 -0800 (PST) In-Reply-To: <52B38CB5.40007@gmail.com> References: <52B36BFC.4080708@lerdorf.com> <52B37663.5070308@gmail.com> <52B38CB5.40007@gmail.com> Date: Thu, 19 Dec 2013 16:21:36 -0800 Message-ID: Cc: "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Re: power operator (again) From: rmwscbt@gmail.com (George Wilson) Disregard, I was thinking too hard. Seems all of the important points have already been made. On Thu, Dec 19, 2013 at 4:17 PM, Rowan Collins wrote: > On 19/12/2013 23:00, George Wilson wrote: >> >> Well and lets reverse the argument a bit. > > > Reverse which argument? I think your reply may have been threaded to the > wrong message, and it gives no quotes for context. > > >> Which syntax would be easier to read: >> >> 1 - - 3**3 or 1 - (-3)**3 > > > Frankly, both make my eyes bleed, and seem very unlikely in practice (at > least one of those would be a variable, or why would you not just hard-code > the result?) > > > -- > Rowan Collins > [IMSoP] > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >