Home
last modified time | relevance | path

Searched refs:imageistruecolor (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dimageistruecolor_error1.phpt2 Testing imageistruecolor(): wrong parameters
15 imageistruecolor('string');
16 imageistruecolor($resource);
17 imageistruecolor(array());
20 Warning: imageistruecolor() expects parameter 1 to be resource, string given in %s on line %d
22 Warning: imageistruecolor(): supplied resource is not a valid Image resource in %s on line %d
24 Warning: imageistruecolor() expects parameter 1 to be resource, array given in %s on line %d
H A Dimageistruecolor_basic.phpt2 Testing imageistruecolor() of GD library
14 var_dump(imageistruecolor($image));
H A Dimagepalettetotruecolor_basic.phpt13 var_dump(imageistruecolor($im));
15 var_dump(imageistruecolor($im));
H A Dcopyresized.phpt11 if (imageistruecolor($im)) {
/PHP-5.5/ext/gd/
H A Dphp_gd.h82 PHP_FUNCTION(imageistruecolor);
H A Dgd.c903 PHP_FE(imageistruecolor, arginfo_imageistruecolor)
1588 PHP_FUNCTION(imageistruecolor) in PHP_FUNCTION() argument

Completed in 20 milliseconds