summaryrefslogtreecommitdiff
path: root/tests/classes/array_access_005.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/array_access_005.phpt')
-rwxr-xr-xtests/classes/array_access_005.phpt22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/classes/array_access_005.phpt b/tests/classes/array_access_005.phpt
index 313bf42d9d..10d372c7db 100755
--- a/tests/classes/array_access_005.phpt
+++ b/tests/classes/array_access_005.phpt
@@ -54,28 +54,6 @@ var_dump($people[0]['name']);
?>
===DONE===
--EXPECTF--
-string(3) "Joe"
-string(6) "JoeFoo"
-string(9) "JoeFooBar"
----ArrayOverloading---
-array(1) {
- ["name"]=>
- string(3) "Joe"
-}
-string(3) "Joe"
-string(6) "JoeFoo"
-array(1) {
- ["name"]=>
- string(6) "JoeFoo"
-}
-
-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===
---UEXPECTF--
unicode(3) "Joe"
unicode(6) "JoeFoo"
unicode(9) "JoeFooBar"