]> granicus.if.org Git - php/commitdiff
MFH
authorMarcus Boerger <helly@php.net>
Mon, 18 Nov 2002 16:55:35 +0000 (16:55 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 18 Nov 2002 16:55:35 +0000 (16:55 +0000)
-Added colordepth for png
-Added tests for width/heidth for unsigned/signed problems

ext/standard/tests/image/getimagesize.phpt

index 57310c32f753c4d1ea97dcf0a07916ed38b6980e..9d28acf7ac8592ea55ec2f1438c1f10ef446c48d 100644 (file)
@@ -121,7 +121,7 @@ array(10) {
     string(9) "image/iff"
   }
   ["test4pix.png"]=>
-  array(5) {
+  array(6) {
     [0]=>
     int(4)
     [1]=>
@@ -130,6 +130,8 @@ array(10) {
     int(3)
     [3]=>
     string(20) "width="4" height="1""
+    ["bits"]=>
+    int(4)
     ["mime"]=>
     string(9) "image/png"
   }