From 9be8aeb69038c7046ab37d8e10d9ed6c46f508bb Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 13 Mar 2004 23:22:56 +0000 Subject: [PATCH] - add tests for the bug #27582 (imagefilltoborder crashes) --- ext/gd/tests/bug27582_2.phpt | 92 ++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 ext/gd/tests/bug27582_2.phpt diff --git a/ext/gd/tests/bug27582_2.phpt b/ext/gd/tests/bug27582_2.phpt new file mode 100644 index 0000000000..0467870cf2 --- /dev/null +++ b/ext/gd/tests/bug27582_2.phpt @@ -0,0 +1,92 @@ +--TEST-- +Bug #24594 (Filling an area using tiles). +--SKIPIF-- + +--FILE-- + +--EXPECT-- +000000111111101010 +111111111111111111 -- 2.50.1