Mantis Bugtracker
  

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

- Relationships

- Notes
(0002346)
nam
10-15-07 19:04

php/113k
php/113l
php/113m
 

- Issue History
Date Modified Username Field Change
10-10-07 17:34 koreth New Issue
10-11-07 09:20 nam Status new => assigned
10-11-07 09:20 nam Assigned To  => nam
10-15-07 19:04 nam Status assigned => closed
10-15-07 19:04 nam Note Added: 0002346
10-15-07 19:04 nam Resolution open => fixed
10-15-07 19:04 nam Fixed in Version  => 3.1.4


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker