php-src/ext/gd/tests/bug44849.phpt

13 lines
256 B
Plaintext
Raw Normal View History

2008-07-30 01:38:37 +00:00
--TEST--
Bug #44849 (imagecolorclosesthwb is not available on Windows)
--SKIPIF--
<?php
2008-07-30 09:57:55 +00:00
if(!extension_loaded('gd')){ die('skip gd extension not available'); }
2008-07-30 01:38:37 +00:00
?>
--FILE--
<?php
var_dump(function_exists('imagecolorclosesthwb'));
?>
--EXPECTF--
bool(true)