Home
last modified time | relevance | path

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

/PHP-7.2/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 Dbug75124.phpt13 var_dump(imageistruecolor($im));
H A Dcopyresized.phpt11 if (imageistruecolor($im)) {
H A Dfunc.inc123 if (imageistruecolor($image)) {
/PHP-7.2/ext/gd/
H A Dphp_gd.h84 PHP_FUNCTION(imageistruecolor);
H A Dgd.c891 PHP_FE(imageistruecolor, arginfo_imageistruecolor)
1561 PHP_FUNCTION(imageistruecolor) in PHP_FUNCTION() argument

Completed in 19 milliseconds