Home
last modified time | relevance | path

Searched refs:imagetruecolortopalette (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dimagetruecolortopalette_error1.phpt2 Testing imagetruecolortopalette(): wrong parameters for parameter 1
14 imagetruecolortopalette($resource, true, 2);
15 imagetruecolortopalette('string', true, 2);
16 imagetruecolortopalette(array(), true, 2);
17 imagetruecolortopalette(null, true, 2);
20 Warning: imagetruecolortopalette(): supplied resource is not a valid Image resource in %s on line %d
22 Warning: imagetruecolortopalette() expects parameter 1 to be resource, %s given in %s on line %d
24 Warning: imagetruecolortopalette() expects parameter 1 to be resource, array given in %s on line %d
26 Warning: imagetruecolortopalette() expects parameter 1 to be resource, null given in %s on line %d
H A Dimagetruecolortopalette_error3.phpt2 Testing imagetruecolortopalette(): wrong parameters for parameter 3
15 imagetruecolortopalette($image, true, 'string');
16 imagetruecolortopalette($image, true, $resource);
17 imagetruecolortopalette($image, true, array());
18 imagetruecolortopalette($image, true, null);
22 Warning: imagetruecolortopalette() expects parameter 3 to be long, string given in %s on line %d
24 Warning: imagetruecolortopalette() expects parameter 3 to be long, resource given in %s on line %d
26 Warning: imagetruecolortopalette() expects parameter 3 to be long, array given in %s on line %d
28 Warning: imagetruecolortopalette(): Number of colors has to be greater than zero in %s on line %d
H A Dimagetruecolortopalette_error2.phpt2 Testing imagetruecolortopalette(): wrong parameters for parameter 2
15 imagetruecolortopalette($image, $resource, 2);
16 imagetruecolortopalette($image, array(), 2);
20 Warning: imagetruecolortopalette() expects parameter 2 to be boolean, resource given in %s on line …
22 Warning: imagetruecolortopalette() expects parameter 2 to be boolean, array given in %s on line %d
H A Dimagetruecolortopalette_error4.phpt2 Testing imagetruecolortopalette(): out of range parameter 3
14 imagetruecolortopalette($image, true, 0);
15 imagetruecolortopalette($image, true, -1);
19 Warning: imagetruecolortopalette(): Number of colors has to be greater than zero in %s on line %d
21 Warning: imagetruecolortopalette(): Number of colors has to be greater than zero in %s on line %d
H A Dimagetruecolortopalette_basic.phpt2 Testing imagetruecolortopalette() of GD library
20 var_dump(imagetruecolortopalette($image, true, 2));
H A Dbug72298.phpt11 imagetruecolortopalette($img, false, 4);
H A Dbug72512_0.phpt13 imagetruecolortopalette($img, TRUE, 3);
H A Dbug72512_1.phpt12 imagetruecolortopalette($img, TRUE, 3);
H A Dbug72512.phpt11 imagetruecolortopalette($img, TRUE, 3);
H A Dimagesetthickness_error1.phpt2 Testing imagetruecolortopalette(): wrong types for first parameter
H A Dimagesetthickness_basic.phpt2 Testing imagetruecolortopalette() of GD library
H A Dimagesetthickness_error2.phpt2 Testing imagetruecolortopalette(): wrong types for second parameter
/PHP-5.5/ext/gd/
H A Dphp_gd.h104 PHP_FUNCTION(imagetruecolortopalette);
H A Dgd.c904 PHP_FE(imagetruecolortopalette, arginfo_imagetruecolortopalette)
1605 PHP_FUNCTION(imagetruecolortopalette) in PHP_FUNCTION() argument

Completed in 51 milliseconds