From 7948eea6f9833d4dd97cd34af37465af9efcec78 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Thu, 7 Feb 2013 23:49:35 +0800 Subject: [PATCH] Forgot test script --- Zend/tests/bug64135.phpt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Zend/tests/bug64135.phpt diff --git a/Zend/tests/bug64135.phpt b/Zend/tests/bug64135.phpt new file mode 100644 index 0000000000..1c7b1500a2 --- /dev/null +++ b/Zend/tests/bug64135.phpt @@ -0,0 +1,17 @@ +--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 -- 2.40.0