summaryrefslogtreecommitdiff
path: root/ext/phar/tests/zip/open_for_write_existing.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/zip/open_for_write_existing.phpt')
-rw-r--r--ext/phar/tests/zip/open_for_write_existing.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/zip/open_for_write_existing.phpt b/ext/phar/tests/zip/open_for_write_existing.phpt
index bbf036ce7e..94f85b4e3f 100644
--- a/ext/phar/tests/zip/open_for_write_existing.phpt
+++ b/ext/phar/tests/zip/open_for_write_existing.phpt
@@ -26,7 +26,7 @@ foreach ($files as $n => $file) {
$phar->stopBuffering();
$fp = fopen($alias . '/b/c.php', 'wb');
-fwrite($fp, b'extra');
+fwrite($fp, 'extra');
fclose($fp);
include $alias . '/b/c.php';
?>