|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4731 | crash | always | 08-25-11 17:56 | 06-21-12 00:59 | |
|
|
|||||
| Reporter: | k2s | Platform: | |||
| Assigned To: | nam | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 4.0.14 | ||
| Product Build: | Resolution: | unable to reproduce | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
|
|
|||||
| Summary: | 0004731: following code doesn't work under Quecus | ||||
| Description: |
<?php class X { function func() { echo "ok"; } } class Y { function test() { $this->me = new X(); $key = "me"; $this->$key->func(); } } $y = new Y(); $y->test(); |
||||
| Steps To Reproduce: | |||||
| Additional Information: |
error message: test.php:17: Fatal Error: Call to undefined method Y:: |
||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||