Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50173 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33532 invoked from network); 12 Nov 2010 17:08:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2010 17:08:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=jonah.harris@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jonah.harris@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: jonah.harris@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:42309] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/A1-09586-5A47DDC4 for ; Fri, 12 Nov 2010 12:08:54 -0500 Received: by wyb38 with SMTP id 38so2587151wyb.29 for ; Fri, 12 Nov 2010 09:08:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=qpYa5lo3WZQMjaM92Hz8RqW0o+rAj04jsmEUUh0KH8Y=; b=UT/XCNyTb5+rZfYSw4Yq0oZuVLMk6RtQvkfn8S7OiDODX7bLUV76s1NmLXs+X33aaI zF5h2bbr7RMZPMw8GhP4H0o/8hEeQfU6yB9Pd0VQW18MIj6JmLuIt6scfTcqZFHfa/tC rhkldltkq4j8xEfOtY+KMH0EcPRaJggRmVdL4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=CtqB/s9hFOyQrE0g/sG0/6AqLNKM8JCWgpBjyGulg9K/ljQEpjVt2w3rCFZ29yzlI8 8QytA4y934PLiB5FrXe7PNHelQKfXLklL4i5XTu2Lw5rwk3QusasMGMAhFEKgfnVl7WZ DBDHGSqjhMvhHvdyvsbctgDQfFo2KmpnjArG0= MIME-Version: 1.0 Received: by 10.227.128.84 with SMTP id j20mr2639327wbs.206.1289581730108; Fri, 12 Nov 2010 09:08:50 -0800 (PST) Received: by 10.227.29.100 with HTTP; Fri, 12 Nov 2010 09:08:50 -0800 (PST) In-Reply-To: <98CEEC3C-84D8-49FA-829C-BCC774395417@cschneid.com> References: <3667608E-11C3-43B8-B652-CDEF46F87CE5@cschneid.com> <98CEEC3C-84D8-49FA-829C-BCC774395417@cschneid.com> Date: Fri, 12 Nov 2010 12:08:50 -0500 Message-ID: To: Christian Schneider Cc: Stan Vass , PHP internals Content-Type: multipart/alternative; boundary=001636457750eea2c90494de247b Subject: Re: [PHP-DEV] Re: Supporting Binary Notation for Integers From: jonah.harris@gmail.com ("Jonah H. Harris") --001636457750eea2c90494de247b Content-Type: text/plain; charset=ISO-8859-1 On Fri, Nov 12, 2010 at 5:49 AM, Christian Schneider wrote: > > It should be a important consideration that numeric string parsing isn't > affected by this patch, and things will be fine. > > If neither '0b1' == 1 nor is_numeric('0b1') is true after this patch then I > see no problem. > This is correct--both evaluate to false. String parsing support for binary literals was not added. > Sorry for not trying the patch first and assuming that it would be similar > to the other formats. > No worries. -- Jonah H. Harris Blog: http://www.oracle-internals.com/ --001636457750eea2c90494de247b--