1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00
Files
archived-php-src/ext/gd/tests/bug44849.phpt
Christoph M. Becker a375d54785 Migrate skip checks to --EXTENSIONS-- for ext/gd
Cf. PR #6787.

Closes GH-6994.
2021-05-22 15:38:51 +02:00

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)