Home
last modified time | relevance | path

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

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

Completed in 28 milliseconds