| Anonymous | Login | Signup for a new account | 11-08-2025 13:49 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 | ||||
| 0003210 | [Quercus] | minor | always | 12-30-08 09:01 | 01-04-09 16:54 | ||||
| Reporter | ferg | View Status | public | ||||||
| Assigned To | ferg | ||||||||
| Priority | urgent | Resolution | fixed | ||||||
| Status | closed | Product Version | 4.0.0 | ||||||
| Summary | 0003210: array reference issue | ||||||||
| Description |
(rep by koreth) Code is something like the following, where $stack gets modified by the yystack assignment. class A { public $yystack = array("a", "b"); public $yyindex = 0; function bar() { $x =& $this->yystack; } function foo() { $stack = $this->yystack; $x = new C; $this->yystack[$this->yyindex++] = $x; return $stack; } } |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
33 total queries executed. 28 unique queries executed. |