Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3351 | major | always | 02-22-09 15:34 | 02-23-09 21:47 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | 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: | 0003351: Reference argument fails in compiled mode with dynamic function call | ||||
Description: |
<?php function foo(&$var) { $var = 'abc'; } function x() { $value = 'abcdefg'; $func = 'foo'; $func($value); print $value; } x(); Regular PHP, and Quercus in interpreted mode, prints "abc". Quercus in compiled mode prints "abcdefg". |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|