[PHP-DEV] Bug #13727 Updated: Call to undefined function: floatval()

2001-10-18 Thread rasmus
ID: 13727 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Math Functions Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: As the docs at php.net/floatval state right at the top. This function is only in CVS. Just use $fl = (float)$foo;

[PHP-DEV] Bug #13727 Updated: Call to undefined function: floatval()

2001-10-18 Thread hholzgra
ID: 13727 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Math Functions Operating System: Windows 2000 PHP Version: 4.0.6 New Comment: floatval is a new function available in current CVS only, the old (and still available) name is doubleval() see the manual