From: Michael Wallner Date: Fri, 30 Dec 2005 16:06:06 +0000 (+0000) Subject: - add another stream filter test X-Git-Tag: RELEASE_0_21_0~8 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=3e819ac22cb929e7f1b6df482b51a36a7e12dc60 - add another stream filter test --- diff --git a/tests/stream_filters_003.phpt b/tests/stream_filters_003.phpt new file mode 100644 index 0000000..9e2e48f --- /dev/null +++ b/tests/stream_filters_003.phpt @@ -0,0 +1,42 @@ +--TEST-- +stream filter fun +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +%sTEST +This is some stream filter fun; we'll see if it bails out or not. +The text should come out at the other end of the stream exactly like written to it. +Go figure!