Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3360 | minor | always | 02-26-09 18:01 | 03-04-09 17:22 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.0 | ||
|
|||||
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: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|