Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:289 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7546 invoked from network); 26 Mar 2003 01:50:59 -0000 Received: from unknown (HELO ogi.bezeqint.net) (192.115.106.14) by pb1.pair.com with SMTP; 26 Mar 2003 01:50:59 -0000 Received: from mr2.bezeqint.net (pip-17.bezeqint.net [192.115.106.17]) by ogi.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id D7EF93652 for ; Wed, 26 Mar 2003 03:51:06 +0200 (IST) Received: from mail.zend.com (bzq-117-235-230.cust.bezeqint.net [192.117.235.230]) by mr2.bezeqint.net (Mirapoint Messaging Server MOS 3.3.3-GR) with SMTP id AVD10547; Wed, 26 Mar 2003 03:50:51 +0200 (IST) Received: (qmail 12395 invoked from network); 26 Mar 2003 01:50:41 -0000 Received: from localhost (HELO zeev-laptop.zend.com) (127.0.0.1) by localhost with SMTP; 26 Mar 2003 01:50:41 -0000 Reply-To: zeev@zend.com Message-ID: <5.1.0.14.2.20030325174531.05ae5200@localhost> X-Sender: zeev@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 25 Mar 2003 17:46:38 -0800 To: "Ford, Mike [LSS]" Cc: internals@lists.php.net In-Reply-To: <7E070107F405BA4790C43526CC4985A10132ADC9@lis-exchange3.lmu .ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: RE: [PHP-DEV] Make switch/case to type sensitive comparison in PH P 5? From: zeev@zend.com (Zeev Suraski) References: <7E070107F405BA4790C43526CC4985A10132ADC9@lis-exchange3.lmu.ac.uk> At 03:27 25/03/2003, Ford, Mike [LSS] wrote: >I'd love to see, say, case_identical for requesting an === comparison, with >case continuing as before to do an == comparison. I'd really not love to see it :) Use an if-else chain of === comparisons instead if that's what you really need. Zeev