From: Sara Golemon Date: Thu, 19 Oct 2006 22:30:55 +0000 (+0000) Subject: Update test to reflect fix in spl_array.c r-1.114 X-Git-Tag: RELEASE_1_0_0RC1~1236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f19062164ecfdbd1ad1321ec36491a80542e4b2;p=php Update test to reflect fix in spl_array.c r-1.114 --- 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