From 6d72c22eea0b9b212c87c30585ff63c48824a238 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 3 May 2005 12:54:11 +0000 Subject: [PATCH] - Add test --- Zend/tests/bug32252.phpt | 47 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100755 Zend/tests/bug32252.phpt diff --git a/Zend/tests/bug32252.phpt b/Zend/tests/bug32252.phpt new file mode 100755 index 0000000000..706da18cfb --- /dev/null +++ b/Zend/tests/bug32252.phpt @@ -0,0 +1,47 @@ +--TEST-- +Bug #32252 (Segfault when offsetSet throws an Exception (only without debug)) +--FILE-- + +===DONE=== +--EXPECT-- +Test::offsetSet(-1, 123) +CAUGHT +===DONE=== -- 2.40.0