summaryrefslogtreecommitdiff
path: root/ext/bz2/tests/bz2_filter_compress.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bz2/tests/bz2_filter_compress.phpt')
-rw-r--r--ext/bz2/tests/bz2_filter_compress.phpt17
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/bz2/tests/bz2_filter_compress.phpt b/ext/bz2/tests/bz2_filter_compress.phpt
deleted file mode 100644
index 3de9a9d3ec..0000000000
--- a/ext/bz2/tests/bz2_filter_compress.phpt
+++ /dev/null
@@ -1,17 +0,0 @@
---TEST--
-bzip2.compress (with convert.base64-encode)
---SKIPIF--
-<?php if (!extension_loaded("bz2")) print "skip"; ?>
---FILE--
-<?php /* $Id$ */
-$text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mineral.';
-
-$fp = fopen('php://stdout', 'w');
-stream_filter_append($fp, 'bzip2.compress', STREAM_FILTER_WRITE);
-stream_filter_append($fp, 'convert.base64-encode', STREAM_FILTER_WRITE);
-fwrite($fp, $text);
-fclose($fp);
-
-?>
---EXPECT--
-QlpoNDFBWSZTWRN6QG0AAAoVgECFACA395UgIABIintI1N6mpowIQ0E1MTTAQGYTNcRyMZm5kgW3ib7hVboE7Tmqj3ToGZ5G3q1ZauD2G58hibSck8KS95EEAbx1Cn+LuSKcKEgJvSA2gA==