[PHP-DEV] Bug #10869: bug in an example From: w.zakeyan <email protected>
Date: 05/15/01

From: w.zakeyan <email protected>
Operating system: windows
PHP version: 4.0.5
PHP Bug Type: Documentation problem
Bug description: bug in an example

there's a bug in an example of the sprintf function :
that's the function called "money" in the while loop the affectation is not right.

correction :
$thenumber = "," . substr($left, -3) . $thenumber;

-- 
Edit Bug report at: http://bugs.php.net/?id=10869&edit=1

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