|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 3210 | minor | always | 12-30-08 09:01 | 01-04-09 16:54 | |
|
|
|||||
| Reporter: | ferg | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | urgent | OS Version: | |||
| Status: | closed | Product Version: | 4.0.0 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in 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; } } |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||