Test: /tests/classes/bug75765.phpt - Version 7.4.0-dev        

Feature/Change Request #75765 Fatal error instead of Error exception when base class is not found
Submitted: 2018-01-05 12:41:43 Modified: 2018-01-06 20:07:56
From: contact Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 7.2.1 OS:

There is 1 diff reported by users for this test.

Count Diff
6 (100%)
001+ bool(false)
001- Fatal error: Class 'B' not found in %s on line %d
002+ bool(false)
003+
004+ Fatal error: Uncaught Error: Class 'B' not found in %s/bug75765.php:4
005+ Stack trace:
006+ #0 {main}
007+ thrown in %s/bug75765.php on line 4