From: Xinchen Hui Date: Thu, 7 Feb 2013 15:49:35 +0000 (+0800) Subject: Forgot test script X-Git-Tag: php-5.5.0alpha5~30^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7948eea6f9833d4dd97cd34af37465af9efcec78;p=php Forgot test script --- 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