Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002134 [Quercus] minor always 11-01-07 01:14 11-04-07 08:34
Reporter koreth View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.1.4
Summary 0002134: Exception subclasses not caught
Description <?php
class MyException extends Exception { }
function foo() { throw new MyException(); }
try { foo(); } catch (Exception $e) { print "caught it\n"; }


Vanilla PHP prints "caught it". Quercus prints an "uncaught exception of type MyException" error.
Additional Information
Attached Files

- Relationships

- Notes
(0002436)
koreth
11-02-07 11:22

This is fixed in interpreted mode but still breaks in compiled mode (10/30 snapshot)
 
(0002439)
ferg
11-04-07 08:34

php/0g0f
 

- Issue History
Date Modified Username Field Change
11-01-07 01:14 koreth New Issue
11-02-07 11:22 koreth Note Added: 0002436
11-04-07 08:34 ferg Note Added: 0002439
11-04-07 08:34 ferg Assigned To  => ferg
11-04-07 08:34 ferg Status new => closed
11-04-07 08:34 ferg Resolution open => fixed
11-04-07 08:34 ferg Fixed in Version  => 3.1.4


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