summaryrefslogtreecommitdiff
path: root/ext/standard/tests/image/image_type_to_mime_type.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/image/image_type_to_mime_type.phpt')
-rw-r--r--ext/standard/tests/image/image_type_to_mime_type.phpt4
1 files changed, 3 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 d83ab8d146..9f7ffa1aa3 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(12) {
+array(13) {
+ ["test-1pix.bmp"]=>
+ string(14) "image/x-ms-bmp"
["test1bpix.bmp"]=>
string(14) "image/x-ms-bmp"
["test1pix.bmp"]=>