Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3264 | block | always | 01-15-09 12:22 | 01-15-09 13:40 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | urgent | OS Version: | |||
Status: | closed | Product Version: | 4.0.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.0 | ||
|
|||||
Summary: | 0003264: ReflectionFunction::invoke loses exception details | ||||
Description: |
<?php class MyException extends Exception { } function doSomething() { throw new MyException; } $func = new ReflectionFunction('doSomething'); try { $func->invoke(); } catch (Exception $e) { print get_class($e); } Regular PHP prints "MyException". Quercus prints "Exception". |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|