]> granicus.if.org Git - php/commitdiff
Clean testfile
authorMizunashi Mana <mizunashi-mana@noreply.git>
Thu, 8 Nov 2018 09:51:17 +0000 (18:51 +0900)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 8 Nov 2018 13:29:39 +0000 (14:29 +0100)
ext/bz2/tests/bug72447.phpt

index 939a3c289b6e5252b4c23b4f76a07ad6c6f56854..15321042df92e9259adfde8c7608d73db8ecaf7a 100644 (file)
@@ -11,5 +11,9 @@ $fp = fopen('testfile', 'w');
 stream_filter_append($fp, 'bzip2.compress', STREAM_FILTER_WRITE, $param);
 fclose($fp);
 ?>
+--CLEAN--
+<?php
+unlink('testfile');
+?>
 --EXPECTF--
 Warning: stream_filter_append(): Invalid parameter given for number of blocks to allocate. (0) in %s%ebug72447.php on line %d