diff options
Diffstat (limited to 'ext/phar/tests/metadata_write_commit.phpt')
-rwxr-xr-x | ext/phar/tests/metadata_write_commit.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/phar/tests/metadata_write_commit.phpt b/ext/phar/tests/metadata_write_commit.phpt index 0d0a5e56ad..95c53db963 100755 --- a/ext/phar/tests/metadata_write_commit.phpt +++ b/ext/phar/tests/metadata_write_commit.phpt @@ -9,7 +9,7 @@ phar.readonly=0 <?php $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php'; $pname = 'phar://' . $fname; -$file = "<?php __HALT_COMPILER(); ?>"; +$file = (binary)"<?php __HALT_COMPILER(); ?>"; $files = array(); $files['a'] = array('cont' => 'a'); @@ -59,8 +59,8 @@ NULL array(2) { [0]=> int(25) - ["foo"]=> - string(3) "bar" + [u"foo"]=> + unicode(3) "bar" } bool(true) string(1) "a" @@ -72,8 +72,8 @@ NULL array(2) { [0]=> int(25) - ["foo"]=> - string(3) "bar" + [u"foo"]=> + unicode(3) "bar" } bool(true) ===DONE=== |