Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70083 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43443 invoked from network); 10 Nov 2013 19:28:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2013 19:28:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.176 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.176 mail-we0-f176.google.com Received: from [74.125.82.176] ([74.125.82.176:53236] helo=mail-we0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/10-42270-66EDF725 for ; Sun, 10 Nov 2013 14:28:39 -0500 Received: by mail-we0-f176.google.com with SMTP id w62so3770163wes.7 for ; Sun, 10 Nov 2013 11:28:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=c/0Ejb8gM4soARbNRZ053yGV3Zj5gZD2Tpej1ww6o3M=; b=kq6qxpm1Do9oHFonOCKiSYKh740lpjCpYJTi4J4rVA5u3OfUJ4J6PvuJf9sKo0R3gZ 01Z6u6B1RFS8i+S3ss+N2EYX3rqR+S+SVp27MjYedxa99cz/1msXEoYxrUBsi/xBE7RC wfIeLsUCC/y8jZgaVJQaoXim/t7XDkQyp6hqK0z3tWxx0uSQvAAiFVDnUL2F16jDUo9x 53zvBR5CVpNnPINpPOyXeQA6GV5TtuNQzAWOvcEQ5DwNnbF67wxhf5S+DKFio5wYEhim qdCJ5e1sJm4NOKb4tTbhKFnSS6SZioAzjdntjEhWscTFwHftORPD8Q6WGXLJyPWkH8+I cUdw== X-Received: by 10.194.104.42 with SMTP id gb10mr19830785wjb.16.1384111715337; Sun, 10 Nov 2013 11:28:35 -0800 (PST) Received: from [192.168.0.2] (cpc19-brig17-2-0-cust25.3-3.cable.virginm.net. [81.101.201.26]) by mx.google.com with ESMTPSA id gg20sm28009771wic.1.2013.11.10.11.28.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Nov 2013 11:28:34 -0800 (PST) Message-ID: <527FDE61.70102@gmail.com> Date: Sun, 10 Nov 2013 19:28:33 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: internals@lists.php.net References: <527DF228.1080108@sugarcrm.com> <416659913.20131110035553@cypressintegrated.com> <127298508.20131110042057@cypressintegrated.com> <97776909.20131110045342@cypressintegrated.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Comparison and conversion inconsistency - need more info From: rowan.collins@gmail.com (Rowan Collins) On 10/11/2013 10:08, Yasuo Ohgaki wrote: >> The values are referred to as comparables, href'd to the comparison >> page. >> >> min() follows the rules on the linked page, plus the additional note >> about strings (which is not relevant to your objection). >> > Are you referring user notes? > It's not a official documentation. I didn't immediately spot it, but the word "comparable" next to each argument in the Parameters section is linked to the comparison operators page. It mgiht be an idea to add it to the See Also section as well, to make it more visible. -- Rowan Collins [IMSoP]