| Anonymous | Login | Signup for a new account | 06-10-2026 06:11 PDT |
| 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 | ||||
| 0004731 | [Quercus] | crash | always | 08-25-11 17:56 | 06-21-12 00:59 | ||||
| Reporter | k2s | View Status | public | ||||||
| Assigned To | nam | ||||||||
| Priority | normal | Resolution | unable to reproduce | ||||||
| Status | closed | Product Version | 4.0.14 | ||||||
| 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(); |
||||||||
| Additional Information |
error message: test.php:17: Fatal Error: Call to undefined method Y:: |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed. 27 unique queries executed. |