Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/gd/
H A Dphp_gd.h87 PHP_FUNCTION(imagecolorclosesthwb);
H A Dgd.c889 PHP_FE(imagecolorclosesthwb, arginfo_imagecolorclosesthwb)
2883 PHP_FUNCTION(imagecolorclosesthwb) in PHP_FUNCTION() argument

Completed in 18 milliseconds