Anonymous | Login | Signup for a new account | 12-17-2024 08:46 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 | ||||
0003351 | [Quercus] | major | always | 02-22-09 15:34 | 02-23-09 21:47 | ||||
Reporter | koreth | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product 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". |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |