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