|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2017-01-10 07:58 UTC] kalle@php.net
 
-Status: Open
+Status: Suspended
  [2017-01-10 07:58 UTC] kalle@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 19:00:02 2025 UTC | 
Description: ------------ If you compile a Exception who inherits the Exception class throws an PHP error. bcompiler 1.0.2s. Test script: --------------- <?php class TestException extends Exception {} echo "ok!"; ?> Expected result: ---------------- ok! Actual result: -------------- 500 Error code. In error log file: PHP Fatal error: unable to inherit Exception in Unknown on line 0