From: Pierre Joye Date: Wed, 14 Dec 2005 19:00:28 +0000 (+0000) Subject: - tests for imagecreatefromgd2 and gd2part X-Git-Tag: RELEASE_1_0_4~385 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2091ad9ea80aaa78d6352c5b2d0c7fc9b993ab8;p=php - tests for imagecreatefromgd2 and gd2part --- diff --git a/ext/gd/tests/createfromgd2.phpt b/ext/gd/tests/createfromgd2.phpt new file mode 100644 index 0000000000..47740aeaa3 --- /dev/null +++ b/ext/gd/tests/createfromgd2.phpt @@ -0,0 +1,24 @@ +--TEST-- +Bug #27582 (ImageFillToBorder() on alphablending image looses alpha on fill color) +--SKIPIF-- + +--FILE-- + +--EXPECT-- +test create from gd2: ok +test create from gd2 part: ok diff --git a/ext/gd/tests/src.gd2 b/ext/gd/tests/src.gd2 new file mode 100644 index 0000000000..1c64b46d9a Binary files /dev/null and b/ext/gd/tests/src.gd2 differ