Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003209 [Quercus] minor always 12-29-08 20:08 01-04-09 18:39
Reporter koreth View Status public  
Assigned To ferg
Priority urgent Resolution fixed  
Status closed   Product Version 4.0.0
Summary 0003209: instanceof doesn't work with Exception subclasses
Description <?php
class FooEx extends Exception { }
$x = new FooEx();
if ($x instanceof Exception) {
  print "yep\n";
} else {
  print "nope\n";
}

Regular PHP prints "yep". Quercus prints "nope".
Additional Information
Attached Files

- Relationships

- Notes
(0003695)
ferg
01-04-09 18:39

php/03p3
 

- Issue History
Date Modified Username Field Change
12-29-08 20:08 koreth New Issue
01-04-09 14:43 ferg Priority normal => urgent
01-04-09 18:39 ferg Note Added: 0003695
01-04-09 18:39 ferg Assigned To  => ferg
01-04-09 18:39 ferg Status new => closed
01-04-09 18:39 ferg Resolution open => fixed
01-04-09 18:39 ferg Fixed in Version  => 4.0.0


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