| Anonymous | Login | Signup for a new account | 10-31-2025 06:08 PDT | 
| Main | My View | View Issues | Change Log | Docs | 
| 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 | |||||||||
|  | |||||||||
|  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 | 
| Mantis 1.0.0rc3[^]
	Copyright © 2000 - 2005 Mantis Group
	31 total queries executed. 27 unique queries executed. |