summaryrefslogtreecommitdiff
path: root/ext/standard/tests/image/image_type_to_mime_type_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/image/image_type_to_mime_type_error.phpt')
-rw-r--r--ext/standard/tests/image/image_type_to_mime_type_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/image/image_type_to_mime_type_error.phpt b/ext/standard/tests/image/image_type_to_mime_type_error.phpt
index 88aacbf176..9a3e2d17c5 100644
--- a/ext/standard/tests/image/image_type_to_mime_type_error.phpt
+++ b/ext/standard/tests/image/image_type_to_mime_type_error.phpt
@@ -3,7 +3,7 @@ Test image_type_to_mime_type() function : error conditions - Pass incorrect num
--FILE--
<?php
/* Prototype : proto string image_type_to_mime_type(int imagetype)
- * Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype
+ * Description: Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype
* Source code: ext/standard/image.c
*/