Searched refs:imagecolorclosesthwb (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | imagecolorclosesthwb_basic_001.phpt | 2 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 D | bug44849.phpt | 2 Bug #44849 (imagecolorclosesthwb is not available on Windows) 7 var_dump(function_exists('imagecolorclosesthwb'));
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 662 ZEND_FUNCTION(imagecolorclosesthwb); 803 ZEND_FE(imagecolorclosesthwb, arginfo_imagecolorclosesthwb)
|
H A D | gd.stub.php | 648 function imagecolorclosesthwb(GdImage $image, int $red, int $green, int $blue): int {} function
|
H A D | gd.c | 2113 PHP_FUNCTION(imagecolorclosesthwb) in PHP_FUNCTION() argument
|
Completed in 21 milliseconds