From 5f19062164ecfdbd1ad1321ec36491a80542e4b2 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Thu, 19 Oct 2006 22:30:55 +0000 Subject: [PATCH] Update test to reflect fix in spl_array.c r-1.114 --- ext/spl/tests/iterator_035.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/tests/iterator_035.phpt b/ext/spl/tests/iterator_035.phpt index eebc7f22a4..9dfe35d5f4 100644 --- a/ext/spl/tests/iterator_035.phpt +++ b/ext/spl/tests/iterator_035.phpt @@ -14,4 +14,4 @@ $a[] = &$tmp; echo "Done\n"; ?> --EXPECTF-- -Fatal error: Objects used as arrays in post/pre increment/decrement must return values by reference in %s on line %d +Fatal error: Cannot assign by reference to overloaded object in %s on line %d -- 2.50.1