[PHP-DEV] Re: diff in double-to-string conversion 5.2.1 vs 5.2.2

2007-04-19 Thread Sebastian Nohn
Hi, On Thu, April 19, 2007 11:33 am, Antony Dovgal wrote: > On 04/15/2007 11:05 AM, Sebastian Nohn wrote: >> > $a = 69; >> var_dump($a); >> $b = "A is: ".$a; >> var_dump($b); >> ?> >> >> 5.2.1 output is: >> >> float(6.9E+9) >> string(16) "A is: 69" >> >> 5.2.2-dev output is: >> >>

[PHP-DEV] Re: diff in double-to-string conversion 5.2.1 vs 5.2.2

2007-04-19 Thread Antony Dovgal
On 04/15/2007 11:05 AM, Sebastian Nohn wrote: 5.2.1 output is: float(6.9E+9) string(16) "A is: 69" 5.2.2-dev output is: float(6.9E+9) string(12) "A is: 6.9E+9" Fix committed, please test the next snapshot. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing