Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70773 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34526 invoked from network); 19 Dec 2013 23:00:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2013 23:00:51 -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 209.85.212.171 as permitted sender) X-PHP-List-Original-Sender: rmwscbt@gmail.com X-Host-Fingerprint: 209.85.212.171 mail-wi0-f171.google.com Received: from [209.85.212.171] ([209.85.212.171:33811] helo=mail-wi0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/EF-42949-2AA73B25 for ; Thu, 19 Dec 2013 18:00:51 -0500 Received: by mail-wi0-f171.google.com with SMTP id bz8so7607850wib.16 for ; Thu, 19 Dec 2013 15:00:48 -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=3W5LpWs7cYYuPDOTQqcD6Q+giH+OhFHtk+AZc1gaXks=; b=mZ+/FYAo8CPj2A0cGFzhhjpljYnOGqzuNDLPLF+XGc+yFpzO9XTwzhJRnThNhZP1dj ZpyQqnAk0fkqUruan5JBL6gTd1UQ2jloRUrHwJ5hOlUg9wYN9Q0XuZMVjXz0gX1yFAOD bmcCuK4vG1i5xQR78m+X/UKiQS71Q71MAZUgHY1zZZRdRFn/T25A2+eXB/95gYhquFmu keBR8VqF52H2AHEfObq3hkF5xVxZXWpB6p5Ch3Rl5BxqNbzgaEX7Mfy+BsoiQERtxyF+ GmLFaCPbrhW29PQY6KS1xXFbp3EqEMIVZsxRwCL8wZgR2r7dQ5nxBs5gB7cFhF36Iw9X Juqw== MIME-Version: 1.0 X-Received: by 10.180.188.141 with SMTP id ga13mr5031644wic.55.1387494048086; Thu, 19 Dec 2013 15:00:48 -0800 (PST) Received: by 10.216.199.130 with HTTP; Thu, 19 Dec 2013 15:00:48 -0800 (PST) In-Reply-To: <52B37663.5070308@gmail.com> References: <52B36BFC.4080708@lerdorf.com> <52B37663.5070308@gmail.com> Date: Thu, 19 Dec 2013 15:00:48 -0800 Message-ID: To: "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) Well and lets reverse the argument a bit. Lets assume the syntax -3**3 == (-3)**2. Which syntax would be easier to read: 1 - - 3**3 or 1 - (-3)**3 I would find myself always going with number 2 since it is more intuitive from an operations standpoint and is less jarring on the eyes.