Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0002058 |
[Quercus] |
minor |
always |
10-10-07 17:31 |
10-11-07 11:51 |
|
Reporter |
koreth |
View Status |
public |
|
Assigned To |
nam |
Priority |
normal |
Resolution |
fixed |
|
Status |
closed |
|
Product Version |
3.1.3 |
|
Summary |
0002058: sscanf() doesn't know "%d" |
Description |
<?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. |
Additional Information |
|
|
Attached Files |
|
|