summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_begin_setstub_commit.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/phar_begin_setstub_commit.phpt')
-rwxr-xr-xext/phar/tests/phar_begin_setstub_commit.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/tests/phar_begin_setstub_commit.phpt b/ext/phar/tests/phar_begin_setstub_commit.phpt
index 42556c3fb..9d3e38323 100755
--- a/ext/phar/tests/phar_begin_setstub_commit.phpt
+++ b/ext/phar/tests/phar_begin_setstub_commit.phpt
@@ -36,8 +36,8 @@ var_dump($p->getStub());
unlink(dirname(__FILE__) . '/brandnewphar.phar');
?>
--EXPECT--
-bool(true)
bool(false)
+bool(true)
string(5) "Hello"
string(84) "<?php var_dump("First"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>
"
@@ -45,7 +45,7 @@ string(5) "World"
string(85) "<?php var_dump("Second"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>
"
===COMMIT===
-bool(true)
+bool(false)
string(5) "Hello"
string(5) "World"
string(85) "<?php var_dump("Second"); Phar::mapPhar("brandnewphar.phar"); __HALT_COMPILER(); ?>