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