mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-5.5'
* PHP-5.5: Cleanup temp file
This commit is contained in:
commit
3fd987f493
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue