diff options
Diffstat (limited to 'ext/phar/tests/zip/metadata_write_commit.phpt')
-rw-r--r-- | ext/phar/tests/zip/metadata_write_commit.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/phar/tests/zip/metadata_write_commit.phpt b/ext/phar/tests/zip/metadata_write_commit.phpt index cf0945d153..4bc8c10095 100644 --- a/ext/phar/tests/zip/metadata_write_commit.phpt +++ b/ext/phar/tests/zip/metadata_write_commit.phpt @@ -64,8 +64,8 @@ NULL array(2) { [0]=> int(25) - ["foo"]=> - string(3) "bar" + [u"foo"]=> + unicode(3) "bar" } bool(true) string(1) "a" @@ -77,9 +77,9 @@ NULL array(2) { [0]=> int(25) - ["foo"]=> - string(3) "bar" + [u"foo"]=> + unicode(3) "bar" } bool(true) -string(2) "hi" +unicode(2) "hi" ===DONE=== |