Anonymous | Login | Signup for a new account | 12-17-2024 08:27 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002059 | [Quercus] | minor | always | 10-10-07 17:34 | 10-15-07 19:04 | ||||
Reporter | koreth | View Status | public | ||||||
Assigned To | nam | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.3 | ||||||
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. |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |