summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_stub_write.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/phar_stub_write.phpt')
-rw-r--r--ext/phar/tests/phar_stub_write.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/phar_stub_write.phpt b/ext/phar/tests/phar_stub_write.phpt
index ecdb3b9b63..9e5d6d5635 100644
--- a/ext/phar/tests/phar_stub_write.phpt
+++ b/ext/phar/tests/phar_stub_write.phpt
@@ -9,7 +9,7 @@ phar.readonly=0
<?php
$fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php';
$pname = 'phar://' . $fname;
-$stub = b'<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
+$stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
$file = $stub;
$files = array();