ID: 21658
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Feedback
Bug Type: *General Issues
Operating System: Gentoo Linux
PHP Version: 4.3.0
New Comment:
Works fine here to.
Do you have any locales exported?
Previous Comments:
------------------------------------------------------------------------
[2003-01-15 09:35:20] [EMAIL PROTECTED]
It works fine here (glibc 2.1.3)
------------------------------------------------------------------------
[2003-01-15 08:06:22] [EMAIL PROTECTED]
mod_php 4.3.0 produce a strange sprintf behaviour
for($t=0;$t<10;$t++) {
$r=(float) rand(0,10000)/3;
echo $r." -> ".sprintf('%.3f',$r)."\n";
}
will produce ...
1975.33333333 -> �.000
508.333333333 -> ,.000
2483.66666667 -> �.000
61.6666666667 -> m.000
2514.66666667 -> I00.000
2499.66666667 -> *0.000
1957.33333333 -> �0000.000
3167.33333333 -> 0.�00
655.666666667 -> 600.000
3321.66666667 -> ).000
2256.33333333 -> 0.S00
383.666666667 -> 0.,00
1565.33333333 -> M.000
I suppose there's something wrong with glibc 2.3.1
Any ideas?
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=21658&edit=1