diff options
Diffstat (limited to 'ext/gd/tests/imagefilltoborder_error5.phpt')
| -rw-r--r-- | ext/gd/tests/imagefilltoborder_error5.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gd/tests/imagefilltoborder_error5.phpt b/ext/gd/tests/imagefilltoborder_error5.phpt index c56d66207d..8822cab23a 100644 --- a/ext/gd/tests/imagefilltoborder_error5.phpt +++ b/ext/gd/tests/imagefilltoborder_error5.phpt @@ -1,7 +1,7 @@ --TEST-- -Testing wrong param passing imagefilltoborder() of GD library +Testing wrong param passing imagefilltoborder() of GD library --CREDITS-- -Ivan Rosolen <contato [at] ivanrosolen [dot] com> +Ivan Rosolen <contato [at] ivanrosolen [dot] com> #testfest PHPSP on 2009-06-30 --SKIPIF-- <?php @@ -9,7 +9,7 @@ if (!extension_loaded("gd")) die("skip GD not present"); ?> --FILE-- <?php -// Create a image +// Create a image $image = imagecreatetruecolor( 100, 100 ); // Draw a rectangle |
