Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:28926 php.qa:28230 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91008 invoked by uid 1010); 19 Apr 2007 11:33:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90992 invoked from network); 19 Apr 2007 11:33:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Apr 2007 11:33:15 -0000 Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:22511] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/81-23065-87357264 for ; Thu, 19 Apr 2007 07:33:15 -0400 Received: (qmail 16279 invoked from network); 19 Apr 2007 11:33:09 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 19 Apr 2007 11:33:09 -0000 Message-ID: <46275373.3090807@zend.com> Date: Thu, 19 Apr 2007 15:33:07 +0400 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: Sebastian Nohn CC: Zend Framework General , ilia@php.net, php-qa@lists.php.net, internals@lists.php.net References: <46210672.2010804@nohn.net> <46211D80.8050609@zend.com> <1956.84.63.50.23.1176620736.squirrel@ssl.nohn.org> <46273782.7070909@zend.com> <4627.195.227.76.130.1176982071.squirrel@ssl.nohn.org> In-Reply-To: <4627.195.227.76.130.1176982071.squirrel@ssl.nohn.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-QA] Re: diff in double-to-string conversion 5.2.1 vs 5.2.2 From: antony@zend.com (Antony Dovgal) On 04/19/2007 03:27 PM, Sebastian Nohn wrote: > Hi, >>> >> $a = 6900000000; >>> var_dump($a); >>> $b = "A is: ".$a; >>> var_dump($b); >>> ?> >>> >>> 5.2.1 output is: >>> >>> float(6.9E+9) >>> string(16) "A is: 6900000000" >>> >>> 5.2.2-dev output is: >>> >>> float(6.9E+9) >>> string(12) "A is: 6.9E+9" >> >> Fix committed, please test the next snapshot. > > Works! Thanks a lot! Thanks you for letting us know =) -- Wbr, Antony Dovgal