From 2966da70cf10db8b3213513850bbb74931c08e6c Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sat, 19 Jan 2019 11:13:13 +0100 Subject: [PATCH] Fix failing test --- ext/gd/tests/bug77479.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/tests/bug77479.phpt b/ext/gd/tests/bug77479.phpt index 9441e38d3e..063f5d4f8a 100644 --- a/ext/gd/tests/bug77479.phpt +++ b/ext/gd/tests/bug77479.phpt @@ -15,7 +15,7 @@ imagewbmp($im, __DIR__ . '/77479.wbmp'); ?> ===DONE=== --EXPECTF-- -Warning: imagewbmp(): gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully +Warning: imagewbmp():%S product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully in %s on line %d Warning: imagewbmp(): Could not create WBMP in %s on line %d -- 2.50.1