[PHP-DEV] PHP 4.0 Bug #4425: number_format zeroes de decimals From: diogo <email protected>
Date: 05/12/00

From: diogo <email protected>
Operating system: Windows 2000
PHP version: 4.0 Release Candidate 2
PHP Bug Type: Misbehaving function
Bug description: number_format zeroes de decimals

<?php echo number_format(123.32, 2, ",", "."); ?>

The script outputs 123,00

Got php binary for win32 (RC2).

-- 
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>