diff --git a/ext/zlib/tests/gzgetss.gz b/ext/zlib/tests/gzgetss.gz new file mode 100644 index 0000000000000..f6c9f5cd10026 Binary files /dev/null and b/ext/zlib/tests/gzgetss.gz differ diff --git a/ext/zlib/tests/gzgetss.phpt b/ext/zlib/tests/gzgetss.phpt new file mode 100644 index 0000000000000..80b2831ff04fe --- /dev/null +++ b/ext/zlib/tests/gzgetss.phpt @@ -0,0 +1,23 @@ +--TEST-- +gzgetss — Get line from gz-file pointer and strip HTML tags - function +--CREDITS-- +marcosptf - +--SKIPIF-- + +--FILE-- +"); + print($buffer); + +} +gzclose($handle); +?> +--EXPECT-- +stringgzgetss(resource $zp, int $length [, string $allowable_tags ]); \ No newline at end of file diff --git a/ext/zlib/tests/gzgetss.test b/ext/zlib/tests/gzgetss.test new file mode 100644 index 0000000000000..37df4858df19f --- /dev/null +++ b/ext/zlib/tests/gzgetss.test @@ -0,0 +1,5 @@ +
+

+ stringgzgetss(resource $zp, int $length [, string $allowable_tags ]); +

+
\ No newline at end of file