iliaa Fri Jan 17 18:57:43 2003 EDT Modified files: /php4/ext/standard/tests/image getimagesize.phpt Log: Added missing test result. Index: php4/ext/standard/tests/image/getimagesize.phpt diff -u php4/ext/standard/tests/image/getimagesize.phpt:1.5 php4/ext/standard/tests/image/getimagesize.phpt:1.6 --- php4/ext/standard/tests/image/getimagesize.phpt:1.5 Thu Jan 16 14:46:11 2003 +++ php4/ext/standard/tests/image/getimagesize.phpt Fri Jan 17 18:57:43 2003 @@ -23,7 +23,7 @@ var_dump($result); ?> --EXPECT-- -array(10) { +array(11) { ["test1pix.bmp"]=> array(6) { [0]=> @@ -38,6 +38,23 @@ int(24) ["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) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php