From b59718bdc439f82fa1beae2c4ea1582c38bc8de3 Mon Sep 17 00:00:00 2001 From: Andrea Faulds Date: Sat, 12 Aug 2017 01:35:27 +0100 Subject: Fix bug #74725 (html_errors=1 breaks unhandled exceptions) --- tests/output/bug74725.phpt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/output/bug74725.phpt (limited to 'tests/output') diff --git a/tests/output/bug74725.phpt b/tests/output/bug74725.phpt new file mode 100644 index 0000000000..fc4e98b3e0 --- /dev/null +++ b/tests/output/bug74725.phpt @@ -0,0 +1,16 @@ +--TEST-- +Bug #74725: html_errors=1 breaks unhandled exceptions +--FILE-- + +--EXPECTF-- +
+Fatal error: Uncaught Exception: тест in %s:5 +Stack trace: +#0 {main} + thrown in %s on line 5
-- cgit v1.2.1