Test: /Zend/tests/bug53511.phpt - Version 7.0.10-dev        

Bug #53511 Exceptions are lost in case an exception is thrown in catch operator
Submitted: 2010-12-09 16:40:01 Modified: 2010-12-09 17:38:51
From: dmitry Assigned: dmitry
Status: Closed Package: Scripting Engine problem
PHP Version: trunk-SVN-2010-12-09 (SVN) OS: *

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ ops 2
002+ bug
003+
004+ Fatal error: Uncaught Exception: ops 1 in %s/bug53511.php:4
001- Fatal error: Uncaught Exception: ops 2 in %sbug53511.php:11
003- #0 %sbug53511.php(17): test()
005-
006- Next Exception: ops 1 in %sbug53511.php:4
007- Stack trace:
008- #0 %sbug53511.php(12): Foo->__destruct()
009- #1 %sbug53511.php(17): test()
010- #2 {main}
006+ #0 [internal function]: Foo->__destruct()