Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0002972 |
[Quercus] |
minor |
always |
09-27-08 19:33 |
10-02-08 13:35 |
|
Reporter |
koreth |
View Status |
public |
|
Assigned To |
nam |
Priority |
normal |
Resolution |
fixed |
|
Status |
closed |
|
Product Version |
3.2.1 |
|
Summary |
0002972: printf() decimal format specifier doesn't work |
Description |
<?php
printf("%0.9f\n", 123.456);
Vanilla PHP prints 123.456000000. Quercus throws an exception: "java.util.MissingFormatWidthException: 0.9f". |
Additional Information |
|
|
Attached Files |
|
|