]> granicus.if.org Git - php/commitdiff
Rename *.tif to *.tiff for consistency
authorPeter Kokot <peterkokot@gmail.com>
Thu, 16 May 2019 05:41:45 +0000 (07:41 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Thu, 16 May 2019 05:41:45 +0000 (07:41 +0200)
There really isn't any practical difference between these two, but repo
currently uses *.tiff files more than 8.3 variant filenames of *.tif.
Also these aren't part of the test.

ext/standard/tests/image/200x100.tiff [moved from ext/standard/tests/image/200x100.tif with 100% similarity]
ext/standard/tests/image/2x2mm.tiff [moved from ext/standard/tests/image/2x2mm.tif with 100% similarity]
ext/standard/tests/image/getimagesize.phpt
ext/standard/tests/image/getimagesize_basic.phpt
ext/standard/tests/image/getimagesize_tif_mm.phpt
ext/standard/tests/image/image_type_to_mime_type.phpt
ext/standard/tests/image/test4pix.tiff [moved from ext/standard/tests/image/test4pix.tif with 100% similarity]

index 2d0ab0154d607f03bfea2a941884e6e9f7b24d64..db8213b7dca504cb923e4e64a6514f82bc4599f6 100644 (file)
@@ -255,7 +255,7 @@ array(16) {
     ["mime"]=>
     string(29) "application/x-shockwave-flash"
   }
-  ["test4pix.tif"]=>
+  ["test4pix.tiff"]=>
   array(5) {
     [0]=>
     int(4)
index 11299757427261218214dd4ecc48fbb4ce15b073..8e03ff2e532b76d743be0510e51f7d6f5ada5ff6 100644 (file)
@@ -24,7 +24,7 @@ $imagetype_filenames = array(
       "BMP image file" => "200x100.bmp",
 
       //TIFF intel byte order
-      "TIFF intel byte order image file" => "200x100.tif",
+      "TIFF intel byte order image file" => "200x100.tiff",
 
       //JPC file
       "JPC image file" => "test1pix.jpc",
@@ -143,7 +143,7 @@ array(6) {
 array(0) {
 }
 
--- TIFF intel byte order image file (200x100.tif) --
+-- TIFF intel byte order image file (200x100.tiff) --
 array(5) {
   [0]=>
   int(200)
index fe4efaf35774616a2b2ec3b79428deade56b098b..8fb7ceb87a37c61412e491d9e5911e7572913756 100644 (file)
@@ -9,7 +9,7 @@ GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering
  */
 
 echo "*** Testing getimagesize() : tiff_mm format ***\n";
-var_dump(getimagesize(__DIR__ . "/2x2mm.tif", $arr));
+var_dump(getimagesize(__DIR__ . "/2x2mm.tiff", $arr));
 var_dump($arr);
 
 ?>
index f1a40e3eb3f51a23bfa6d94bada9f4a14630abfa..b1781aac2b7c0431a85e973dc0d59e4993f09e4f 100644 (file)
@@ -55,6 +55,6 @@ array(16) {
   string(9) "image/psd"
   ["test4pix.swf"]=>
   string(29) "application/x-shockwave-flash"
-  ["test4pix.tif"]=>
+  ["test4pix.tiff"]=>
   string(10) "image/tiff"
 }