summaryrefslogtreecommitdiff
path: root/tests/classes/array_access_005.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-12-19 10:23:05 +0000
committerMarcus Boerger <helly@php.net>2003-12-19 10:23:05 +0000
commite515b246cb393c177eac20c6fddbea5364068e80 (patch)
treec68eca8fc755b572b75cb69452b2125a119dd8d3 /tests/classes/array_access_005.phpt
parent06aad2d22df114f8304b41897ac4611e2533b66c (diff)
downloadphp-git-e515b246cb393c177eac20c6fddbea5364068e80.tar.gz
Fix test
Diffstat (limited to 'tests/classes/array_access_005.phpt')
-rwxr-xr-xtests/classes/array_access_005.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/classes/array_access_005.phpt b/tests/classes/array_access_005.phpt
index 057d12049d..be808691b9 100755
--- a/tests/classes/array_access_005.phpt
+++ b/tests/classes/array_access_005.phpt
@@ -49,10 +49,10 @@ echo "---Done---\n";
?>
--EXPECT--
string(3) "Joe"
-string(3) "JoeFoo"
-string(3) "JoeFooBar"
+string(6) "JoeFoo"
+string(9) "JoeFooBar"
---ArrayOverloading---
string(3) "Joe"
-string(3) "JoeFoo"
-string(3) "JoeFooBar"
+string(6) "JoeFoo"
+string(9) "JoeFooBar"
---Done---