Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57095 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1255 invoked from network); 24 Dec 2011 22:57:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Dec 2011 22:57:42 -0000 Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; 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: keisial@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-wi0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:45602] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 69/F0-16446-5E856FE4 for ; Sat, 24 Dec 2011 17:57:41 -0500 Received: by wicr5 with SMTP id r5so4459657wic.29 for ; Sat, 24 Dec 2011 14:57:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=XohF6COW96AmET4Adu03W5LKUuVEq7MWOtkZe2zAMcU=; b=PK0Fus62fARyveFFZzm0oXgGAcwGscCeH94+Ff7j878TezsuCaUYuachhwZfs7JJbb CHzNQQE0Shh6CHQjhI5C4J5734AbJr822it9DUOu5bskP09SfPuQVh6/GSjXY65NX7Eb gyvv1grUox9zVoTN1tWBtRSsxwcwmoBEmzc+4= Received: by 10.181.13.17 with SMTP id eu17mr43311699wid.12.1324767457749; Sat, 24 Dec 2011 14:57:37 -0800 (PST) Received: from [192.168.1.26] ([80.28.64.43]) by mx.google.com with ESMTPS id ei9sm43802373wid.0.2011.12.24.14.57.35 (version=SSLv3 cipher=OTHER); Sat, 24 Dec 2011 14:57:36 -0800 (PST) Message-ID: <4EF659DD.4080600@gmail.com> Date: Sun, 25 Dec 2011 00:01:49 +0100 User-Agent: Thunderbird MIME-Version: 1.0 To: Anthony Ferrara CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Bug 60596 - With Patch From: keisial@gmail.com (=?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?=) On 24/12/11 18:22, Anthony Ferrara wrote: > It's really simple, and would likely be optimized away by the compiler > anyway, but I figured it was worth cleaning up... Yep, it's straightforward. I'm not sure if it makes a difference or not. IS_DOUBLE is between IS_LONG and IS_BOOL so the compiler could be choosing in the range instead, with the if.