Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71388 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60047 invoked from network); 21 Jan 2014 21:52:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jan 2014 21:52:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=swhitemanlistens-software@cypressintegrated.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=swhitemanlistens-software@cypressintegrated.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain cypressintegrated.com designates 173.1.104.101 as permitted sender) X-PHP-List-Original-Sender: swhitemanlistens-software@cypressintegrated.com X-Host-Fingerprint: 173.1.104.101 rproxy2-b-iv.figureone.com Received: from [173.1.104.101] ([173.1.104.101:49440] helo=rproxy2-b-iv.figureone.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AC/B3-40896-D0CEED25 for ; Tue, 21 Jan 2014 16:52:14 -0500 Received: from bad.dop.co ([108.12.130.219]) by rproxy2-b-iv.figureone.com (Brand New Heavy v1.0) with ASMTP id HWV30307 for ; Tue, 21 Jan 2014 13:52:07 -0800 Date: Tue, 21 Jan 2014 16:12:32 -0500 Reply-To: Sanford Whiteman X-Priority: 3 (Normal) Message-ID: <578491939.20140121161232@cypressintegrated.com> To: Yasuo Ohgaki In-Reply-To: References: <52DDBAE5.2010803@ajf.me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Resent-From: swhitemanlistens-software@cypressintegrated.com Subject: Re: [PHP-DEV] [VOTE] [RFC] Alphanumeric Decrement From: swhitemanlistens-software@cypressintegrated.com (Sanford Whiteman) > Added this RFC to keep track inconsistency. > https://wiki.php.net/rfc/comparison_inconsistency Don't know what the criteria are for being included on that page, but https://wiki.php.net/rfc/comparison_inconsistency#string_integer_conversion is (per your own note on the bug) not a bug at all, fully documented already in the main docs, and we all know it's never going to change. So I don't get the utility of calling it inconsistent... is there an some "inverse" situation with surprising results?=20 I remember we were discussing this way, way back and I noted that loose comparison in SQL has the same output (as always, I'm not saying PHP "is" SQL -- it just seems =C2=ABde rigueur=C2=BB to bring other languag= es into the discussion these days). -- S.