-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/gd/tests/
File Upload :
Current File : //usr/src/php/ext/gd/tests/bug44849.phpt

--TEST--
Bug #44849 (imagecolorclosesthwb is not available on Windows)
--SKIPIF--
<?php
	if(!extension_loaded('gd')){ die('skip gd extension not available'); }
?>
--FILE--
<?php
	var_dump(function_exists('imagecolorclosesthwb'));
?>
--EXPECTF--
bool(true)

Copyright © 2017 || Recoded By Mr.Bumblebee