--TEST-- GH-16181 (phpdbg: exit in exception handler reports fatal error) --PHPDBG-- r c q --FILE-- --EXPECTF-- [Successful compilation of %s] prompt> throwing exception [Uncaught Exception in %s on line %d: oh noes] >00008: throw new \Exception("oh noes"); 00009: ?> 00010: prompt> exception caught [Script ended normally] prompt>