Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/tests/
H A Dimagecolorclosesthwb_basic_001.phpt2 Test imagecolorclosesthwb() basic functionality
22 imagestring($image, 3, 120, 120, "A test for PHP imagecolorclosesthwb function", $text_color);
24 var_dump(imagecolorclosesthwb($image, 0, 115, 152)); // 0
25 var_dump(imagecolorclosesthwb($image, 0, 24, 200)); // 0
26 var_dump(imagecolorclosesthwb($image, 116, 120, 115)); // 1
27 var_dump(imagecolorclosesthwb($image, 50, 0, 90)); // 0
H A Dbug44849.phpt2 Bug #44849 (imagecolorclosesthwb is not available on Windows)
9 var_dump(function_exists('imagecolorclosesthwb'));
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h642 ZEND_FUNCTION(imagecolorclosesthwb);
777 ZEND_FE(imagecolorclosesthwb, arginfo_imagecolorclosesthwb)
H A Dgd.stub.php146 function imagecolorclosesthwb(GdImage $image, int $red, int $green, int $blue): int {} function
H A Dgd.c2177 PHP_FUNCTION(imagecolorclosesthwb) in PHP_FUNCTION() argument

Completed in 17 milliseconds