Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70066 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33644 invoked from network); 9 Nov 2013 07:13:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Nov 2013 07:13:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.180 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.180 mail-lb0-f180.google.com Received: from [209.85.217.180] ([209.85.217.180:52875] helo=mail-lb0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/30-31243-B70ED725 for ; Sat, 09 Nov 2013 02:13:00 -0500 Received: by mail-lb0-f180.google.com with SMTP id y6so2052134lbh.11 for ; Fri, 08 Nov 2013 23:12:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=bCWqV0Zg0z+JzB7gH4i40kznu+quVyhlDTinXQSCNcg=; b=MB0f8wsmv5uC1rvdTFhYDqZVidNOvoioNGyDj7omqxcZlXSsUc5xOo7TXPNuzyf03/ 6hpGZfJT0T6vi1PNg3RDBY1kOjT9qCC7RDit7+Pbf2z7ScWm0vAqLKRbahkuwenvTbh+ bRBuW4pBDJUdZpq/CvPy8KxPXvVKA0ps/fXhrWaMY83pKHq7YMwQ1GfK6AGDE9dIVQ7Y /1xprGjNBTD1/5sEnSAWVpom114o7mt50+2OW41Dr7O6ppnb9iustMHZkelDPO5Ypu/O /xs2Ehns1pn5jo07EWGZr3nQGXdJKbkdTPiYQCgKh0+lLerKMWwT1l4RlJ+gDV/m+os+ f5sg== X-Received: by 10.112.138.1 with SMTP id qm1mr1965177lbb.1.1383981175621; Fri, 08 Nov 2013 23:12:55 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Fri, 8 Nov 2013 23:12:14 -0800 (PST) Date: Sat, 9 Nov 2013 16:12:14 +0900 X-Google-Sender-Auth: _8Z_o8GXTJgwll3JDapBHgDIpKs Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e01182e22594ec604eab93ae1 Subject: [RFC] Comparison and conversion inconsistency - need more info From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e01182e22594ec604eab93ae1 Content-Type: text/plain; charset=UTF-8 Hi all, I was surprised that wired min() behavior. The cause of this behavior is in Zend API. https://bugs.php.net/bug.php?id=53104 So I've made FRC to discuss/document/fix such behavior. If anyone know such behavior, please let me know so that I can write them in the RFC. Thank you. -- Yasuo Ohgaki yohgaki@ohgaki.net --089e01182e22594ec604eab93ae1--