From: Ilia Alshanetsky Date: Fri, 17 Jan 2003 23:57:43 +0000 (+0000) Subject: Added missing test result. X-Git-Tag: PHP_5_0_dev_before_13561_fix~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=054826b19255d72c374f506e50df253c550ed7c5;p=php Added missing test result. --- diff --git a/ext/standard/tests/image/getimagesize.phpt b/ext/standard/tests/image/getimagesize.phpt index 5c01d795f2..46003cffac 100644 --- a/ext/standard/tests/image/getimagesize.phpt +++ b/ext/standard/tests/image/getimagesize.phpt @@ -23,7 +23,7 @@ GetImageSize() var_dump($result); ?> --EXPECT-- -array(10) { +array(11) { ["test1pix.bmp"]=> array(6) { [0]=> @@ -39,6 +39,23 @@ array(10) { ["mime"]=> string(9) "image/bmp" } + ["test1pix.jp2"]=> + array(7) { + [0]=> + int(1) + [1]=> + int(1) + [2]=> + int(10) + [3]=> + string(20) "width="1" height="1"" + ["bits"]=> + int(8) + ["channels"]=> + int(3) + ["mime"]=> + string(9) "image/jp2" + } ["test1pix.jpc"]=> array(7) { [0]=>