Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2059 | minor | always | 10-10-07 17:34 | 10-15-07 19:04 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.3 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.4 | ||
|
|||||
Summary: | 0002059: sscanf() doesn't support filling in variables with scanned values | ||||
Description: |
<?php $count = sscanf("a b 1 2", "%s %s %d %d", $arg1, $arg2, $arg3, $arg4); print "$count args : $arg1 $arg2 $arg3 $arg4\n"; Vanilla PHP output = "4 args : a b 1 2" Quercus output = "Array args : " This form of sscanf() is the second one described on the PHP sscanf manual page. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|