From: Rasmus Lerdorf Date: Sun, 26 Jul 2009 16:50:41 +0000 (+0000) Subject: Still lots more Unicode work to be done here, but this is a start X-Git-Tag: php-5.4.0alpha1~191^2~2957 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f64810ebd0bfe1636d56571aab5f884195b5bcc;p=php Still lots more Unicode work to be done here, but this is a start --- diff --git a/ext/zlib/tests/005.phpt b/ext/zlib/tests/005.phpt index 5c880f5fe3..d7b661d170 100644 --- a/ext/zlib/tests/005.phpt +++ b/ext/zlib/tests/005.phpt @@ -28,7 +28,7 @@ var_dump(gzuncompress(b"", 9)); var_dump(gzuncompress($data1)); var_dump(gzuncompress($data2)); -$data2{4} = 0; +$data2[4] = 0; var_dump(gzuncompress((binary)$data2)); echo "Done\n"; diff --git a/ext/zlib/tests/006.phpt b/ext/zlib/tests/006.phpt index c51c8323aa..95b989b307 100644 --- a/ext/zlib/tests/006.phpt +++ b/ext/zlib/tests/006.phpt @@ -29,7 +29,7 @@ var_dump(gzinflate(b"asdf", 9)); var_dump(gzinflate($data1)); var_dump(gzinflate($data2)); -$data2{4} = 0; +$data2[4] = 0; var_dump(gzinflate((binary)$data2)); echo "Done\n"; diff --git a/ext/zlib/tests/zlib_filter_inflate2.phpt b/ext/zlib/tests/zlib_filter_inflate2.phpt index 4332d8e5e6..a2099b6f7a 100644 --- a/ext/zlib/tests/zlib_filter_inflate2.phpt +++ b/ext/zlib/tests/zlib_filter_inflate2.phpt @@ -6,7 +6,7 @@ zlib.inflate of gzip-encoded stream