summaryrefslogtreecommitdiff
path: root/ext/bz2/tests/bug72447.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bz2/tests/bug72447.phpt')
-rw-r--r--ext/bz2/tests/bug72447.phpt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/bz2/tests/bug72447.phpt b/ext/bz2/tests/bug72447.phpt
index 939a3c289b..15321042df 100644
--- a/ext/bz2/tests/bug72447.phpt
+++ b/ext/bz2/tests/bug72447.phpt
@@ -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