1--TEST-- 2Bug #44849 (imagecolorclosesthwb is not available on Windows) 3--EXTENSIONS-- 4gd 5--FILE-- 6<?php 7 var_dump(function_exists('imagecolorclosesthwb')); 8?> 9--EXPECT-- 10bool(true) 11