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