From 755caecfc961b39c1684868836e3a06825f8f50b Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 24 May 2006 23:04:58 +0000 Subject: [PATCH] fix test --- ext/spl/tests/iterator_041b.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/tests/iterator_041b.phpt b/ext/spl/tests/iterator_041b.phpt index 3c999e8325..df4a2a55f3 100755 --- a/ext/spl/tests/iterator_041b.phpt +++ b/ext/spl/tests/iterator_041b.phpt @@ -104,4 +104,4 @@ State 4: current() State 5: key() State 6: next() -Fatal error: Ignoring exception from MyArrayIterator::__destruct() while an exception is already active (Uncaught Exception in /usr/src/php-cvs/ext/spl/tests/iterator_041b.phpt on line 17) in %siterator_041b.php on line %d +Fatal error: Ignoring exception from MyArrayIterator::__destruct() while an exception is already active (Uncaught Exception in %s on line %d) in %siterator_041b.php on line %d -- 2.50.1