Home
last modified time | relevance | path

Searched refs:imagecreatefromxbm (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/gd/tests/
H A Dbug77973.phpt6 if (!function_exists('imagecreatefromxbm')) die("skip imagecreatefromxbm not available");
13 $im = imagecreatefromxbm($filepath);
17 Warning: imagecreatefromxbm(): Invalid XBM in %s on line %d
19 Warning: imagecreatefromxbm(): "%s" is not a valid XBM file in %s on line %d
H A Dlibgd00094-mb.phpt2 libgd #94 (imagecreatefromxbm can crash if gdImageCreate fails)
10 $im = imagecreatefromxbm(__DIR__ . '/libgd00094私はガラスを食べられます.xbm');
14 Warning: imagecreatefromxbm(): "%slibgd00094私はガラスを食べられます.xbm" is not a valid XBM file in %slibgd000…
H A Dlibgd00094.phpt2 libgd #94 (imagecreatefromxbm can crash if gdImageCreate fails)
10 $im = imagecreatefromxbm(__DIR__ . '/libgd00094.xbm');
14 Warning: imagecreatefromxbm(): "%slibgd00094.xbm" is not a valid XBM file in %slibgd00094.php on li…
H A Dxbm2png.phpt11 if (!function_exists("imagecreatefromxbm")) {
20 …echo imagepng(imagecreatefromxbm($cwd . "/conv_test.xbm"), $cwd . "/test_xbm.png") ? 'ok' : 'faile…
H A Dbug73968.phpt9 $im = imagecreatefromxbm(__DIR__ . DIRECTORY_SEPARATOR . 'bug73968.xbm');
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h606 ZEND_FUNCTION(imagecreatefromxbm);
741 ZEND_FE(imagecreatefromxbm, arginfo_imagecreatefromxbm)
H A Dgd.stub.php82 function imagecreatefromxbm(string $filename): GdImage|false {} function
H A Dgd.c1731 PHP_FUNCTION(imagecreatefromxbm) in PHP_FUNCTION() argument

Completed in 19 milliseconds