summaryrefslogtreecommitdiff
path: root/ext/gd
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-07-09 14:53:05 -0700
committerChristopher Jones <sixd@php.net>2013-07-09 14:53:05 -0700
commit3fd987f4937bc81c248674807492778d98a75176 (patch)
treefe3dad5d693e14d77bf8cab2e32fac6ae4460f10 /ext/gd
parent3cdd09a76eb21789bb10d02581b21fc9403e39a1 (diff)
parent73b54b4a5b5e630a20512f08d1d976a2d17948de (diff)
downloadphp-git-3fd987f4937bc81c248674807492778d98a75176.tar.gz
Merge branch 'PHP-5.5'
* PHP-5.5: Cleanup temp file
Diffstat (limited to 'ext/gd')
-rw-r--r--ext/gd/tests/imagecrop_auto.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/gd/tests/imagecrop_auto.phpt b/ext/gd/tests/imagecrop_auto.phpt
index c2b5177fbf..1c1929d8e8 100644
--- a/ext/gd/tests/imagecrop_auto.phpt
+++ b/ext/gd/tests/imagecrop_auto.phpt
@@ -57,6 +57,8 @@ $im_crop = imagecropauto($im, IMG_CROP_THRESHOLD, 0.1, 0x0);
imagepng($im_crop, __DIR__ . "/crop_threshold.png");
var_dump(imagesx($im_crop));
var_dump(imagesy($im_crop));
+
+@unlink(__DIR__ . "/crop_threshold.png");
?>
--EXPECT--
TC IMG_CROP_DEFAULT