]> granicus.if.org Git - php/commitdiff
fix tests
authorStanislav Malyshev <stas@php.net>
Tue, 16 Aug 2016 23:47:53 +0000 (16:47 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 17 Aug 2016 05:55:43 +0000 (22:55 -0700)
ext/gd/tests/imagetruecolortopalette_error3.phpt
ext/gd/tests/imagetruecolortopalette_error4.phpt

index d65a995014cf34b3c287fb9ef98bff880c5d00c6..dbbdb081cc84b96d0b0a2d7041378074c5eea38a 100644 (file)
@@ -25,4 +25,4 @@ Warning: imagetruecolortopalette() expects parameter 3 to be long, resource give
 
 Warning: imagetruecolortopalette() expects parameter 3 to be long, array given in %s on line %d
 
-Warning: imagetruecolortopalette(): Number of colors has to be greater than zero in %s on line %d
\ No newline at end of file
+Warning: imagetruecolortopalette(): Number of colors has to be greater than zero and no more than %d in %s on line %d
\ No newline at end of file
index b9661e3b852cb37c10b8624a728dddf3929a0114..1d56bfcdf051047ec76e927248f1c95a7a4dc1b9 100644 (file)
@@ -16,6 +16,6 @@ imagetruecolortopalette($image, true, -1);
 
 ?>
 --EXPECTF--
-Warning: imagetruecolortopalette(): Number of colors has to be greater than zero in %s on line %d
+Warning: imagetruecolortopalette(): Number of colors has to be greater than zero and no more than %d in %s on line %d
 
-Warning: imagetruecolortopalette(): Number of colors has to be greater than zero in %s on line %d
\ No newline at end of file
+Warning: imagetruecolortopalette(): Number of colors has to be greater than zero and no more than %d in %s on line %d
\ No newline at end of file