Home
last modified time | relevance | path

Searched refs:imagecolorclosesthwb (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/gd/tests/
H A Dimagecolorclosesthwb.phpt2 imagecolorclosesthwb() test
6 if(!function_exists('imagecolorclosesthwb')){ die('skip: imagecolorclosesthwb() not available'); }
12 var_dump(imagecolorclosesthwb($im, 255, 50, 0));
14 var_dump(imagecolorclosesthwb(NULL));
15 var_dump(imagecolorclosesthwb(NULL, NULL, NULL, NULL));
16 var_dump(imagecolorclosesthwb($im, "hello", "from", "gd"));
23 Warning: imagecolorclosesthwb() expects exactly 4 parameters, 1 given in %s on line %d
26 Warning: imagecolorclosesthwb() expects parameter 1 to be resource, null given in %s on line %d
29 Warning: imagecolorclosesthwb() expects parameter 2 to be long, string given in %s on line %d
H A Dbug44849.phpt2 Bug #44849 (imagecolorclosesthwb is not available on Windows)
9 var_dump(function_exists('imagecolorclosesthwb'));
/PHP-5.3/ext/gd/
H A Dphp_gd.h90 PHP_FUNCTION(imagecolorclosesthwb);
H A Dgd.c894 PHP_FE(imagecolorclosesthwb, arginfo_imagecolorclosesthwb)
2983 PHP_FUNCTION(imagecolorclosesthwb) in PHP_FUNCTION() argument
/PHP-5.3/
H A DUPGRADING454 imagecolorclosesthwb(), mcrypt_create_iv(), inet_ntop(), inet_pton(),

Completed in 18 milliseconds