diff options
| author | Marcus Boerger <helly@php.net> | 2003-12-19 10:23:05 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-12-19 10:23:05 +0000 |
| commit | e515b246cb393c177eac20c6fddbea5364068e80 (patch) | |
| tree | c68eca8fc755b572b75cb69452b2125a119dd8d3 /tests/classes/array_access_005.phpt | |
| parent | 06aad2d22df114f8304b41897ac4611e2533b66c (diff) | |
| download | php-git-e515b246cb393c177eac20c6fddbea5364068e80.tar.gz | |
Fix test
Diffstat (limited to 'tests/classes/array_access_005.phpt')
| -rwxr-xr-x | tests/classes/array_access_005.phpt | 8 |
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--- |
