[PHP-DEV] PHP 4.0 Bug #5404 Updated: String conversion to integer is incorrect From: Bug Database (php-dev <email protected>)
Date: 08/03/00

ID: 5404
User Update by: kix <email protected>
Status: Analyzed
Bug Type: Scripting Engine problem
Description: String conversion to integer is incorrect

No, it is not necessary to create a new strtod function, because when php checks if the string is a number or not it explicitly tells strtod, that the string is a base 10 number, instead of letting strtod determine the base itself, which would result in the correct behaviour.

Full Bug description available at: http://bugs.php.net/?id=5404

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>