From: Marcus Boerger Date: Sat, 2 Oct 2004 14:13:35 +0000 (+0000) Subject: - Add new test X-Git-Tag: PRE_NEW_VM_GEN_PATCH~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6762c9f0e0bd291f9d6c84f448affe4e375719f1;p=php - Add new test --- diff --git a/Zend/tests/bug29368.phpt b/Zend/tests/bug29368.phpt new file mode 100755 index 0000000000..4c5a125240 --- /dev/null +++ b/Zend/tests/bug29368.phpt @@ -0,0 +1,34 @@ +--TEST-- +Bug #29368 (The destructor is called when an exception is thrown from the constructor) +--FILE-- + +===DONE=== +--EXPECTF-- +Foo::__construct +Caught exception! +===DONE===