--TEST-- Bug #64135 (Exceptions from set_error_handler are not always propagated) --FILE-- undefined(); } catch(Exception $e) { echo "Exception is thrown"; } --EXPECT-- Exception is thrown