Home
last modified time | relevance | path

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

/PHP-7.3/ext/gd/tests/
H A Dbug77973.phpt6 if (!function_exists('imagecreatefromxbm')) die("skip imagecreatefromxbm not available");
13 $im = imagecreatefromxbm($filepath);
18 Warning: imagecreatefromxbm(): invalid XBM in %s on line %d
20 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(dirname(__FILE__) . '/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(dirname(__FILE__) . '/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-7.3/ext/gd/
H A Dphp_gd.h156 PHP_FUNCTION(imagecreatefromxbm);
H A Dgd.c933 PHP_FE(imagecreatefromxbm, arginfo_imagecreatefromxbm)
2525 PHP_FUNCTION(imagecreatefromxbm) in PHP_FUNCTION() argument

Completed in 21 milliseconds