Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1142 | minor | always | 05-22-06 16:31 | 05-23-06 20:19 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.20 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.20 | ||
|
|||||
Summary: | 0001142: Exception::getMessage not defined | ||||
Description: |
PHP: <?php try { throw new Exception("hi there"); } catch (Exception $e) { print "Caught exception: " . $e->getMessage() . "\n"; } ?> This prints "Caught exception: hi there" on Zend PHP. Quercus complains that Exception::getMessage is an unknown method. |
||||
Steps To Reproduce: | |||||
Additional Information: | 060522 snapshot | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|