summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagecopyresampled_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagecopyresampled_basic.phpt')
-rw-r--r--ext/gd/tests/imagecopyresampled_basic.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/gd/tests/imagecopyresampled_basic.phpt b/ext/gd/tests/imagecopyresampled_basic.phpt
index de1f25c0e0..1d6012e3f9 100644
--- a/ext/gd/tests/imagecopyresampled_basic.phpt
+++ b/ext/gd/tests/imagecopyresampled_basic.phpt
@@ -2,7 +2,7 @@
imagecopyresampled()
--SKIPIF--
<?php
- if (!function_exists('imagecopyresampled')) die('skip imagecopyresampled() not available');
+ if (!function_exists('imagecopyresampled')) die('skip imagecopyresampled() not available');
?>
--FILE--
<?php
@@ -52,10 +52,10 @@ echo "Done\n";
?>
--CLEAN--
<?php
- $dest_lge = dirname(realpath(__FILE__)) . '/imagelarge.png';
- $dest_sml = dirname(realpath(__FILE__)) . '/imagesmall.png';
- @unlink($dest_lge);
- @unlink($dest_sml);
+ $dest_lge = dirname(realpath(__FILE__)) . '/imagelarge.png';
+ $dest_sml = dirname(realpath(__FILE__)) . '/imagesmall.png';
+ @unlink($dest_lge);
+ @unlink($dest_sml);
?>
--EXPECT--
Simple test of imagecopyresampled() function