Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003360 [Quercus] minor always 02-26-09 18:01 03-04-09 17:22
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 4.0.0 Product Version 4.0.0
  Product Build
Summary 0003360: func_get_args() includes optional parameters in compiled mode
Description <?php
function foo($a, $b=1) {
  print_r(func_get_args());
}
foo('x');

Regular PHP, and Quercus in interpreted mode, prints

Array (
  [0] => x
)

Quercus in compiled mode prints

Array (
  [0] => x
  [1] => 1
)
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0003862)
nam
03-04-09 17:22

php/3717
 

- Issue History
Date Modified Username Field Change
02-26-09 18:01 koreth New Issue
02-27-09 15:46 nam Status new => assigned
02-27-09 15:46 nam Assigned To  => nam
03-04-09 17:22 nam Status assigned => closed
03-04-09 17:22 nam Note Added: 0003862
03-04-09 17:22 nam Resolution open => fixed
03-04-09 17:22 nam Fixed in Version  => 4.0.0


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