diff options
Diffstat (limited to 'ext/phar/tests/zip/phar_begin_setstub_commit.phpt')
-rwxr-xr-x | ext/phar/tests/zip/phar_begin_setstub_commit.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/phar/tests/zip/phar_begin_setstub_commit.phpt b/ext/phar/tests/zip/phar_begin_setstub_commit.phpt index 81cf4001c3..389454fbbe 100755 --- a/ext/phar/tests/zip/phar_begin_setstub_commit.phpt +++ b/ext/phar/tests/zip/phar_begin_setstub_commit.phpt @@ -49,16 +49,16 @@ unlink(dirname(__FILE__) . '/myfakestub.php'); bool(true) bool(true) bool(false) -string(5) "Hello" +unicode(5) "Hello" string(84) "<?php var_dump("First"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?> " -string(5) "World" +unicode(5) "World" string(85) "<?php var_dump("Second"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?> " ===COMMIT=== bool(true) -string(5) "Hello" -string(5) "World" +unicode(5) "Hello" +unicode(5) "World" string(85) "<?php var_dump("Second"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?> " string(93) "<?php var_dump("First resource"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?> |