Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005329 [Quercus] minor always 01-11-13 13:36 01-11-13 14:44
Reporter nam View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product Version 4.0.34
Summary 0005329: $a instanceof self/parent does not work
Description class A
{
}

class B extends A
{
  static function foo()
  {
    $a = new A();
    
    var_dump($a instanceof parent);
  }
}

B::foo();
Additional Information
Attached Files

- Relationships

- Notes
(0006155)
nam
01-11-13 14:44

php/03p8
php/03p9
 

- Issue History
Date Modified Username Field Change
01-11-13 13:36 nam New Issue
01-11-13 14:44 nam Status new => assigned
01-11-13 14:44 nam Assigned To  => nam
01-11-13 14:44 nam Status assigned => closed
01-11-13 14:44 nam Note Added: 0006155
01-11-13 14:44 nam Resolution open => fixed
01-11-13 14:44 nam Fixed in Version  => 4.0.34


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