Viewing Issue Advanced Details
[ Jump to Notes ]
|
[ View Simple ]
[ 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 |
Platform |
|
Status |
closed |
|
OS |
|
Projection |
none |
|
OS Version |
|
ETA |
none |
Fixed in Version |
3.1.4 |
Product Version |
3.1.3 |
|
Product Build |
|
|
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. |
Steps To Reproduce |
|
Additional Information |
|
|
Attached Files |
|
|