Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10616 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79200 invoked by uid 1010); 19 Jun 2004 08:06:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79176 invoked from network); 19 Jun 2004 08:06:59 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 19 Jun 2004 08:06:59 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i5J86wxr005484; Sat, 19 Jun 2004 10:06:58 +0200 Date: Sat, 19 Jun 2004 10:06:58 +0200 (CEST) X-X-Sender: derick@localhost To: Curt Zirzow cc: internals@lists.php.net In-Reply-To: <20040619063219.GX80292@bagend.shire> Message-ID: References: <20040618162447.GP80292@bagend.shire> <20040618183418.85327.qmail@pb1.pair.com> <20040619063219.GX80292@bagend.shire> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Re: isset and unset behaviour From: derick@php.net (Derick Rethans) On Sat, 19 Jun 2004, Curt Zirzow wrote: > so I'm taking that as double's are allowed, so the documentation > need's to reflect that, since it currently says integers or strings > are only allowed. Just make sure to mention that they are converted to integers first :) Derick