summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagepolygon_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagepolygon_basic.phpt')
-rw-r--r--ext/gd/tests/imagepolygon_basic.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gd/tests/imagepolygon_basic.phpt b/ext/gd/tests/imagepolygon_basic.phpt
index d4948fcc61..bea4462c6a 100644
--- a/ext/gd/tests/imagepolygon_basic.phpt
+++ b/ext/gd/tests/imagepolygon_basic.phpt
@@ -2,7 +2,7 @@
imagepolygon()
--SKIPIF--
<?php
- if (!function_exists('imagepolygon')) die('skip imagepolygon() not available');
+ if (!function_exists('imagepolygon')) die('skip imagepolygon() not available');
?>
--FILE--
<?php
@@ -43,8 +43,8 @@ echo "Done\n";
?>
--CLEAN--
<?php
- $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
- @unlink($dest);
+ $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
+ @unlink($dest);
?>
--EXPECT--
Simple test of imagepolygon() function