Searched refs:imagecreatefromxbm (Results 1 – 8 of 8) sorted by relevance
7 if (!function_exists('imagecreatefromxbm')) die("skip imagecreatefromxbm not available");14 $im = imagecreatefromxbm($filepath);18 Warning: imagecreatefromxbm(): %cnvalid XBM in %s on line %d20 Warning: imagecreatefromxbm(): "%s" is not a valid XBM file in %s on line %d
2 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…
2 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…
10 if (!function_exists("imagecreatefromxbm")) {19 …echo imagepng(imagecreatefromxbm($cwd . "/conv_test.xbm"), $cwd . "/test_xbm.png") ? 'ok' : 'faile…
7 $im = imagecreatefromxbm(__DIR__ . DIRECTORY_SEPARATOR . 'bug73968.xbm');
623 ZEND_FUNCTION(imagecreatefromxbm);764 ZEND_FE(imagecreatefromxbm, arginfo_imagecreatefromxbm)
573 function imagecreatefromxbm(string $filename): GdImage|false {} function
1652 PHP_FUNCTION(imagecreatefromxbm) in PHP_FUNCTION() argument
Completed in 28 milliseconds