diff options
Diffstat (limited to 'tests/classes/array_access_005.phpt')
| -rwxr-xr-x | tests/classes/array_access_005.phpt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/classes/array_access_005.phpt b/tests/classes/array_access_005.phpt index f248f2172..dcb873ff5 100755 --- a/tests/classes/array_access_005.phpt +++ b/tests/classes/array_access_005.phpt @@ -69,4 +69,9 @@ array(1) { string(6) "JoeFoo" } -Fatal error: Objects used as arrays in post/pre increment/decrement must return values by reference in %sarray_access_005.php on line %d +Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_005.php on line 46 +string(6) "JoeFoo" + +Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_005.php on line 48 +string(6) "JoeFoo" +===DONE=== |
