mirror of
https://github.com/php/php-src.git
synced 2026-04-18 21:41:22 +02:00
11 lines
184 B
PHP
11 lines
184 B
PHP
--TEST--
|
|
Bug #44849 (imagecolorclosesthwb is not available on Windows)
|
|
--EXTENSIONS--
|
|
gd
|
|
--FILE--
|
|
<?php
|
|
var_dump(function_exists('imagecolorclosesthwb'));
|
|
?>
|
|
--EXPECT--
|
|
bool(true)
|