diff options
Diffstat (limited to 'tests/classes/array_access_008.phpt')
| -rwxr-xr-x | tests/classes/array_access_008.phpt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/classes/array_access_008.phpt b/tests/classes/array_access_008.phpt index 013038824..997988917 100755 --- a/tests/classes/array_access_008.phpt +++ b/tests/classes/array_access_008.phpt @@ -56,4 +56,12 @@ string(9) "FooBarBaz" ===ArrayOverloading=== string(3) "Foo" -Fatal error: Objects used as arrays in post/pre increment/decrement must return values by reference in %sarray_access_008.php on line %d +Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.php on line 40 +string(3) "Foo" + +Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.php on line 42 +string(3) "Foo" + +Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.php on line 44 +string(3) "Foo" +===DONE=== |
