Merge branch 'PHP-5.5'

* PHP-5.5:
  Cleanup temp file
This commit is contained in:
Christopher Jones 2013-07-09 14:53:05 -07:00
commit 3fd987f493

View file

@ -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