Mantis - Quercus
Viewing Issue Advanced Details
2972 minor always 09-27-08 19:33 10-02-08 13:35
koreth  
nam  
normal  
closed 3.2.1  
fixed  
none    
none 3.2.1  
0002972: printf() decimal format specifier doesn't work
<?php
printf("%0.9f\n", 123.456);

Vanilla PHP prints 123.456000000. Quercus throws an exception: "java.util.MissingFormatWidthException: 0.9f".

Notes
(0003485)
nam   
10-02-08 13:35   
php/115k