I ran your code through 3000 iterations and it always results in 0.09. This is
on Suse 9.2, Apache 2.0.52 and php 5.0.3
>
> From: Thomas Munz <[EMAIL PROTECTED]>
> Date: 2005/01/11 Tue AM 11:10:37 EST
> To: php-general@lists.php.net
> Subject: [PHP] PHP5 sprintf() functio
Today i think i found an bu in the PHP5 version 5.0.3 ( allready exits also in
the version 5.0.2 , i try this version also ).
When tryo one of this scripts:
$i_test = "0.085007667542";
$tm_total = sprintf('%.2f', $i_test);
echo $tm_total;
$i_test = 0.085007667542;
$tm_total = sprintf('%.2f', $
2 matches
Mail list logo