Home
last modified time | relevance | path

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

/PHP-8.3/ext/gd/tests/
H A Dimagecolorclosesthwb_basic_001.phpt2 Test imagecolorclosesthwb() basic functionality
18 imagestring($image, 3, 120, 120, "A test for PHP imagecolorclosesthwb function", $text_color);
20 var_dump(imagecolorclosesthwb($image, 0, 115, 152)); // 0
21 var_dump(imagecolorclosesthwb($image, 0, 24, 200)); // 0
22 var_dump(imagecolorclosesthwb($image, 116, 120, 115)); // 1
23 var_dump(imagecolorclosesthwb($image, 50, 0, 90)); // 0
H A Dbug44849.phpt2 Bug #44849 (imagecolorclosesthwb is not available on Windows)
7 var_dump(function_exists('imagecolorclosesthwb'));
/PHP-8.3/ext/gd/
H A Dgd_arginfo.h662 ZEND_FUNCTION(imagecolorclosesthwb);
803 ZEND_FE(imagecolorclosesthwb, arginfo_imagecolorclosesthwb)
H A Dgd.stub.php648 function imagecolorclosesthwb(GdImage $image, int $red, int $green, int $blue): int {} function
H A Dgd.c2108 PHP_FUNCTION(imagecolorclosesthwb) in PHP_FUNCTION() argument

Completed in 32 milliseconds