diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2002-11-07 16:42:32 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2002-11-07 16:42:32 +0000 |
| commit | ada01d75e03c40e1805f7aa851cbd549eb8e946e (patch) | |
| tree | c1c8561bf9ae165c87b394cb7831ade2308ec258 | |
| parent | bd41e0503d264306c82e8088f93fa48d49206bdb (diff) | |
| download | php-git-ada01d75e03c40e1805f7aa851cbd549eb8e946e.tar.gz | |
Added swf info.
| -rw-r--r-- | ext/standard/tests/image/image_type_to_mime_type.phpt | 6 |
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 |
