summaryrefslogtreecommitdiff
path: root/ext/phar/tests/tar/refcount1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/tar/refcount1.phpt')
-rw-r--r--ext/phar/tests/tar/refcount1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/tar/refcount1.phpt b/ext/phar/tests/tar/refcount1.phpt
index 4d2c34e51e..9d1cb5e415 100644
--- a/ext/phar/tests/tar/refcount1.phpt
+++ b/ext/phar/tests/tar/refcount1.phpt
@@ -30,7 +30,7 @@ foreach ($files as $n => $file) {
$tar->close();
$fp = fopen($alias . '/b/c.php', 'wb');
-fwrite($fp, b"extra");
+fwrite($fp, "extra");
fclose($fp);
echo "===CLOSE===\n";
$phar = new Phar($fname);