| Anonymous | Login | Signup for a new account | 11-02-2025 14:52 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 | ||||
| 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 | ||||||
| Status | closed | Product 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 ) |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |