Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21225 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4305 invoked by uid 1010); 15 Dec 2005 08:59:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 4290 invoked from network); 15 Dec 2005 08:59:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2005 08:59:32 -0000 X-Host-Fingerprint: 64.233.182.193 nproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.182.193:52338] helo=nproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id F7/A1-23096-27031A34 for ; Thu, 15 Dec 2005 03:59:31 -0500 Received: by nproxy.gmail.com with SMTP id c29so115490nfb for ; Thu, 15 Dec 2005 00:59:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EYQVtaf7Y9OZMaOn3MyiYhah3A9+F7K+SRJRG652kct//tf5TVXLFMVxRnQ7v6K7FXcszIBEhhQnEKrdicTr/RpPYh5NzBW8DOMpNZPQqmuXP9Bb9JEnTHozc0QYhJCwdmjGStNqZmdesZBTabu189V9/9cNWryTGEqVZxIVU3k= Received: by 10.48.199.4 with SMTP id w4mr72312nff; Thu, 15 Dec 2005 00:59:26 -0800 (PST) Received: by 10.48.30.14 with HTTP; Thu, 15 Dec 2005 00:59:26 -0800 (PST) Message-ID: <4858f9d90512150059x71eec489t@mail.gmail.com> Date: Thu, 15 Dec 2005 09:59:26 +0100 To: Greg Beaver Cc: php-dev In-Reply-To: <43A0F0BB.6080009@chiaraquartet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43A0F0BB.6080009@chiaraquartet.net> Subject: Re: [PHP-DEV] why is '01' == '1.'? From: stefan.walk@gmail.com (Stefan Walk) See http://bugs.php.net/bug.php?id=3D23110 It's definitely a gotcha, especially if you use switch(){}, as there is no way to do strict type checking there. Regards, Stefan