From: Marcus Boerger Date: Mon, 18 Nov 2002 16:55:35 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.0RC2~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98bd51e9ad08c4ffcbd9987c14e100569311d5bb;p=php MFH -Added colordepth for png -Added tests for width/heidth for unsigned/signed problems --- diff --git a/ext/standard/tests/image/getimagesize.phpt b/ext/standard/tests/image/getimagesize.phpt index 57310c32f7..9d28acf7ac 100644 --- a/ext/standard/tests/image/getimagesize.phpt +++ b/ext/standard/tests/image/getimagesize.phpt @@ -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" }