From: Ilia Alshanetsky Date: Tue, 12 Nov 2002 17:47:20 +0000 (+0000) Subject: Added test for swc files (compressed swf files), this must be done in a X-Git-Tag: php-4.3.0RC1~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef7bd02688c2aa66d51376e045640e08f5785629;p=php Added test for swc files (compressed swf files), this must be done in a separate test, since this test has a dependency on the zlib extension. --- diff --git a/ext/standard/tests/image/getimagesize_swc.phpt b/ext/standard/tests/image/getimagesize_swc.phpt new file mode 100644 index 0000000000..b9b83f4373 --- /dev/null +++ b/ext/standard/tests/image/getimagesize_swc.phpt @@ -0,0 +1,25 @@ +--TEST-- +GetImageSize() for compressed swf files +--SKIPIF-- + +--FILE-- + +--EXPECT-- +array(5) { + [0]=> + int(550) + [1]=> + int(400) + [2]=> + int(13) + [3]=> + string(24) "width="550" height="400"" + ["mime"]=> + string(29) "application/x-shockwave-flash" +}