diff options
Diffstat (limited to 'ext/gd/tests/imagerectangle_error2.phpt')
| -rw-r--r-- | ext/gd/tests/imagerectangle_error2.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gd/tests/imagerectangle_error2.phpt b/ext/gd/tests/imagerectangle_error2.phpt index 4f20dd81bb..dd84ff414a 100644 --- a/ext/gd/tests/imagerectangle_error2.phpt +++ b/ext/gd/tests/imagerectangle_error2.phpt @@ -1,7 +1,7 @@ --TEST-- -Testing wrong param passing imagerectangle() of GD library +Testing wrong param passing imagerectangle() 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; skipping test' ); ?> --FILE-- <?php -// Create a resource +// Create a resource $image = tmpfile(); // Draw a rectangle |
