Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25330 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13132 invoked by uid 1010); 12 Aug 2006 12:13:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13117 invoked from network); 12 Aug 2006 12:13:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2006 12:13:32 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.168 ug-out-1314.google.com Linux 2.4/2.6 Received: from ([66.249.92.168:16338] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id F2/E3-19138-AE5CDD44 for ; Sat, 12 Aug 2006 08:13:31 -0400 Received: by ug-out-1314.google.com with SMTP id k3so1134273ugf for ; Sat, 12 Aug 2006 05:13:28 -0700 (PDT) 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=tF3YlrU0Fy7Kv9TDu4tWPfnWTEc8lkV0cNb8hYMdxa1ap4pZEBKhV5bXKU9gsFR9UrCiRMNYzyPXS8N+LtVd/wYPm7Nn2P/QWSdjGAMEwsl2Awcq5il7B/zuSLqKpUVYIBmVbmomldw/90Key0C5zCU1imwWlWoD85rYBkEWX7I= Received: by 10.66.249.11 with SMTP id w11mr5370369ugh; Sat, 12 Aug 2006 05:13:28 -0700 (PDT) Received: by 10.66.248.15 with HTTP; Sat, 12 Aug 2006 05:13:27 -0700 (PDT) Message-ID: Date: Sat, 12 Aug 2006 14:13:27 +0200 To: "Matt W" Cc: internals@lists.php.net In-Reply-To: <005001c6be07$71d1c820$0201a8c0@pc1> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <005101c6b930$83f30b30$0201a8c0@pc1> <00fa01c6bd37$d61d1940$0201a8c0@pc1> <20060811141931.2ef39365@pierre-u64> <015b01c6bd4b$c6c47b00$0201a8c0@pc1> <005001c6be07$71d1c820$0201a8c0@pc1> Subject: Re: [PHP-DEV] is_numeric_string causes function inconsistency From: pierre.php@gmail.com (Pierre) Hello, On 8/12/06, Matt W wrote: > Hi Pierre, > > I will reply to the rest of your message later. Just wanted to quickly > point out another thing I found with is_numeric_string() when the > allow_errors param==0 (which is_numeric() PHP function uses) and there is > *trailing* whitespace: > > is_numeric('1 ') // bool(false) Yes, it is still about allowing leading/trailing whitespaces :-) --Pierre