Re: [PHP-DEV] PHP6 & floatval() BC issue

2008-03-26 Thread Christian Schneider
Am 26.03.2008 um 20:48 schrieb Stanislav Malyshev: Which # is it? Re-opened. http://bugs.php.net/bug.php?id=44533 So it's just gives additional notice? That's a bit strange since intval doesn't, and neither does (float). I see no reason for floatval() to be different from others. I agre

Re: [PHP-DEV] PHP6 & floatval() BC issue

2008-03-26 Thread Stanislav Malyshev
Which # is it? Re-opened. http://bugs.php.net/bug.php?id=44533 So it's just gives additional notice? That's a bit strange since intval doesn't, and neither does (float). I see no reason for floatval() to be different from others. -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECT

Re: [PHP-DEV] PHP6 & floatval() BC issue

2008-03-26 Thread Felipe Pena
Em Qua, 2008-03-26 às 12:55 +0100, Pierre Joye escreveu: > I don't see why it has been bogufied. It should be either fixed (as > you described) or the documentation has to be updated (move the bug to > the doc category). > > Which # is it? Re-opened. http://bugs.php.net/bug.php?id=44533 -- Rega

Re: [PHP-DEV] PHP6 & floatval() BC issue

2008-03-26 Thread Pierre Joye
On Wed, Mar 26, 2008 at 12:27 PM, Christian Schneider <[EMAIL PROTECTED]> wrote: > Pierre Joye wrote: > > On Tue, Mar 4, 2008 at 3:17 PM, Christian Schneider > > <[EMAIL PROTECTED]> wrote: > > >> playing around with PHP 6 I noticed the following BC issue: > >> floatval("4.2foo") gives an E_NOT

Re: [PHP-DEV] PHP6 & floatval() BC issue

2008-03-26 Thread Christian Schneider
Pierre Joye wrote: > On Tue, Mar 4, 2008 at 3:17 PM, Christian Schneider > <[EMAIL PROTECTED]> wrote: >> playing around with PHP 6 I noticed the following BC issue: >> floatval("4.2foo") gives an E_NOTICE "A non well formed numeric value >> encountered". The type casting (float)"4.2foo" still wo

Re: [PHP-DEV] PHP6 & floatval() BC issue

2008-03-04 Thread Pierre Joye
Hi Christian, On Tue, Mar 4, 2008 at 3:17 PM, Christian Schneider <[EMAIL PROTECTED]> wrote: > Hi all, > playing around with PHP 6 I noticed the following BC issue: > floatval("4.2foo") gives an E_NOTICE "A non well formed numeric value > encountered". The type casting (float)"4.2foo" still wor