Searched refs:imagecreatefromxpm (Results 1 – 7 of 7) sorted by relevance
11 if (!function_exists("imagecreatefromxpm")) {20 …echo imagegd(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.gd1") ? 'ok' : 'failed…24 …echo imagegd2(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.gd2") ? 'ok' : 'faile…
10 if (!function_exists("imagecreatefromxpm")) {19 …echo imagejpeg(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.jpeg") ? 'ok' : 'fai…
10 if (!function_exists("imagecreatefromxpm")) {19 …echo imagepng(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.png") ? 'ok' : 'faile…
25 if ($flags&16 && !function_exists("imagecreatefromxpm")) {
625 ZEND_FUNCTION(imagecreatefromxpm);766 ZEND_FE(imagecreatefromxpm, arginfo_imagecreatefromxpm)
577 function imagecreatefromxpm(string $filename): GdImage|false {} function
1669 PHP_FUNCTION(imagecreatefromxpm) in PHP_FUNCTION() argument
Completed in 20 milliseconds