Skip to content

Commit c180c8c

Browse files
Mizunashi Manacmb69
authored andcommitted
Clean testfile
1 parent 705a31b commit c180c8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/bz2/tests/bug72447.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ $fp = fopen('testfile', 'w');
1111
stream_filter_append($fp, 'bzip2.compress', STREAM_FILTER_WRITE, $param);
1212
fclose($fp);
1313
?>
14+
--CLEAN--
15+
<?php
16+
unlink('testfile');
17+
?>
1418
--EXPECTF--
1519
Warning: stream_filter_append(): Invalid parameter given for number of blocks to allocate. (0) in %s%ebug72447.php on line %d

0 commit comments

Comments
 (0)