php-src/ext/gd/tests/bug73968.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

13 lines
217 B
PHP

--TEST--
Bug #73968 (Premature failing of XBM reading)
--EXTENSIONS--
gd
--FILE--
<?php
$im = imagecreatefromxbm(__DIR__ . DIRECTORY_SEPARATOR . 'bug73968.xbm');
var_dump($im);
?>
--EXPECT--
object(GdImage)#1 (0) {
}