summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-11-07 16:42:32 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-11-07 16:42:32 +0000
commitada01d75e03c40e1805f7aa851cbd549eb8e946e (patch)
treec1c8561bf9ae165c87b394cb7831ade2308ec258
parentbd41e0503d264306c82e8088f93fa48d49206bdb (diff)
downloadphp-git-ada01d75e03c40e1805f7aa851cbd549eb8e946e.tar.gz
Added swf info.
-rw-r--r--ext/standard/tests/image/image_type_to_mime_type.phpt6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/standard/tests/image/image_type_to_mime_type.phpt b/ext/standard/tests/image/image_type_to_mime_type.phpt
index 30cb46d25a..1def8fe02a 100644
--- a/ext/standard/tests/image/image_type_to_mime_type.phpt
+++ b/ext/standard/tests/image/image_type_to_mime_type.phpt
@@ -25,7 +25,9 @@ image_type_to_mime_type()
var_dump($result);
?>
--EXPECT--
-array(9) {
+array(11) {
+ ["test13pix.swf"]=>
+ string(29) "application/x-shockwave-flash"
["test1pix.bmp"]=>
string(9) "image/bmp"
["test1pix.jpc"]=>
@@ -42,6 +44,8 @@ array(9) {
string(9) "image/png"
["test4pix.psd"]=>
string(9) "image/psd"
+ ["test4pix.swf"]=>
+ string(29) "application/x-shockwave-flash"
["test4pix.tif"]=>
string(10) "image/tiff"
} \ No newline at end of file