Searched refs:imagecreatefromxbm (Results 1 – 8 of 8) sorted by relevance
6 if (!function_exists('imagecreatefromxbm')) die("skip imagecreatefromxbm not available");13 $im = imagecreatefromxbm($filepath);17 Warning: imagecreatefromxbm(): Invalid XBM in %s on line %d19 Warning: imagecreatefromxbm(): "%s" is not a valid XBM file in %s on line %d
2 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…
2 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…
11 if (!function_exists("imagecreatefromxbm")) {20 …echo imagepng(imagecreatefromxbm($cwd . "/conv_test.xbm"), $cwd . "/test_xbm.png") ? 'ok' : 'faile…
9 $im = imagecreatefromxbm(__DIR__ . DIRECTORY_SEPARATOR . 'bug73968.xbm');
606 ZEND_FUNCTION(imagecreatefromxbm);741 ZEND_FE(imagecreatefromxbm, arginfo_imagecreatefromxbm)
82 function imagecreatefromxbm(string $filename): GdImage|false {} function
1731 PHP_FUNCTION(imagecreatefromxbm) in PHP_FUNCTION() argument
Completed in 19 milliseconds