Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] 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 Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.34 Product Version 4.0.34
  Product Build
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();
Steps To Reproduce
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