Skip to content

Commit 973d511

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: ext/intl: fix deprecation warning for GH-19666 test.
2 parents 825e734 + 7500c86 commit 973d511

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ext/gd/tests/gh19666.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ var_dump(imageconvolution($image, $gaussian, 16, 0));
1717
$rgba = imagecolorat($image, 0, 0);
1818
$colors = imagecolorsforindex($image, $rgba);
1919
var_dump($colors);
20-
21-
imagedestroy($image);
2220
?>
2321
--EXPECT--
2422
bool(true)

0 commit comments

Comments
 (0)