From ab680e7f6e150a27636dd059eb30768696feca2a Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Mon, 18 May 2015 11:14:03 +0800 Subject: [PATCH] Added Test (the lineno should be fixed) --- Zend/tests/bug69640.phpt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Zend/tests/bug69640.phpt diff --git a/Zend/tests/bug69640.phpt b/Zend/tests/bug69640.phpt new file mode 100644 index 0000000000..9c4827ae08 --- /dev/null +++ b/Zend/tests/bug69640.phpt @@ -0,0 +1,8 @@ +--TEST-- +Bug #69640 Unhandled EngineExceptions thrown from userland do not produce any output +--FILE-- + +--EXPECTF-- +Fatal error: I mess everything up! :trollface: in %sbug69640.php on line 2 -- 2.40.0