From: Antony Dovgal Date: Wed, 30 Jul 2008 09:55:20 +0000 (+0000) Subject: fix test X-Git-Tag: php-5.3.0alpha1~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c44161d3037fea04482ac1bdb9431726f505d73a;p=php fix test --- diff --git a/ext/gd/tests/imagecolorclosesthwb.phpt b/ext/gd/tests/imagecolorclosesthwb.phpt index fe3927896e..4266514a85 100644 --- a/ext/gd/tests/imagecolorclosesthwb.phpt +++ b/ext/gd/tests/imagecolorclosesthwb.phpt @@ -7,21 +7,24 @@ imagecolorclosesthwb() test ?> --FILE-- --EXPECTF-- -16724480 +int(16724480) -Warning: imagecolorclosesthwb\(\) expects exactly 4 parameters, 1 given in .* code on line \d+ +Warning: imagecolorclosesthwb() expects exactly 4 parameters, 1 given in %s on line %d +NULL -Warning: imagecolorclosesthwb\(\) expects parameter 1 to be resource, null given in .* code on line \d+ +Warning: imagecolorclosesthwb() expects parameter 1 to be resource, null given in %s on line %d +NULL -Warning: imagecolorclosesthwb\(\) expects parameter 2 to be long, string given in .* code on line \d+ \ No newline at end of file +Warning: imagecolorclosesthwb() expects parameter 2 to be long, string given in %s on line %d +NULL