Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] 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 Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version Product Version 4.0.14
  Product Build
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::
Attached Files

- Relationships

- Notes
(0005913)
nam
06-21-12 00:59

Unable to reproduce for 4.0.29 (upcoming).
 

- Issue History
Date Modified Username Field Change
08-25-11 17:56 k2s New Issue
08-27-11 08:34 kdecherf Issue Monitored: kdecherf
06-21-12 00:59 nam Status new => assigned
06-21-12 00:59 nam Assigned To  => nam
06-21-12 00:59 nam Status assigned => closed
06-21-12 00:59 nam Note Added: 0005913
06-21-12 00:59 nam Resolution open => unable to reproduce


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
31 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker