Mantis - Quercus
Viewing Issue Advanced Details
2058 minor always 10-10-07 17:31 10-11-07 11:51
koreth  
nam  
normal  
closed 3.1.3  
fixed  
none    
none 3.1.4  
0002058: sscanf() doesn't know "%d"
<?php
print_r(sccanf("1", "%d"));

Quercus complains that the format string is bad; vanilla PHP handles it fine and prints an array with one element. The PHP docs explicitly show %d as a valid format string element.

Notes
(0002339)
nam   
10-11-07 11:51   
php/113-