Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72561 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16650 invoked from network); 13 Feb 2014 19:00:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2014 19:00:59 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.178 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.178 mail-qc0-f178.google.com Received: from [209.85.216.178] ([209.85.216.178:57934] helo=mail-qc0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/56-09050-A661DF25 for ; Thu, 13 Feb 2014 14:00:58 -0500 Received: by mail-qc0-f178.google.com with SMTP id m20so18756681qcx.9 for ; Thu, 13 Feb 2014 11:00:55 -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 :cc:content-type; bh=xZMooJEXqWtt2qHwnd/EnDIRggqMRCPTFnBUT3i8kwY=; b=P3F0NrNKHilwDH4tpaZWkEYPQthVsIeVfCCi4iFcwppcUnebxN/ukIewWMf2DPEB58 b4xwR4EEJvYg0lD1O8x7QTsGpHaj1g4Z7zQ5RFbR0Flr3c9b7PhhQjgpGaqlYeJ5Kl4A R+S3lw/TF6eQqHuCxgkb20BOiu9VoPvtcUcLoVU0h2y4oKAFpWuUm7/17QuyNKgaha5P 6Ia3g3uwhgGJowE7BoIc4UPShg8JYcc6JZ+gYJRcnJn772/T5qGpBqy+Y9E5/lvIQlTD VNHypLOK1Q5tQD/XJftxcrA/ZIs9cerjXws0/c28gWmU2oSyLC57ODIjGOBZHCtnzlvJ jc/Q== MIME-Version: 1.0 X-Received: by 10.224.11.196 with SMTP id u4mr5687712qau.4.1392318054978; Thu, 13 Feb 2014 11:00:54 -0800 (PST) Received: by 10.140.18.145 with HTTP; Thu, 13 Feb 2014 11:00:54 -0800 (PST) Received: by 10.140.18.145 with HTTP; Thu, 13 Feb 2014 11:00:54 -0800 (PST) In-Reply-To: <52FD0932.8040900@php.net> References: <4ED7146272E04A47B986ED49E771E347BBC71EE997@Ikarus.ameusgmbh.intern> <52FCE4FC.6010204@php.net> <52FD0932.8040900@php.net> Date: Thu, 13 Feb 2014 20:00:54 +0100 Message-ID: To: Davey Shafik Cc: Christian Stoller , Simon J Welsh , internals@lists.php.net Content-Type: multipart/alternative; boundary=089e013cba9614d92704f24e4f84 Subject: Re: [PHP-DEV] [RFC] Combined Comparison Operator From: pierre.php@gmail.com (Pierre Joye) --089e013cba9614d92704f24e4f84 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Feb 14, 2014 1:04 AM, "Davey Shafik" wrote: > > On 2/13/14, 12:14 PM, Pierre Joye wrote: >> > So, this behavior can definitely be changed =E2=80=94 preserving the curr= ent behavior of =3D=3D for the 0 value, and then we can go two different ways f= or 1/-1: Btw, I forgot to mention that for equality comparisons, we have the instance hash function, which was created exactly for that. --089e013cba9614d92704f24e4f84--