Searched refs:imagecreatefromxpm (Results 1 – 7 of 7) sorted by relevance
9 if (!function_exists("imagecreatefromxpm")) {18 …echo imagegd(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.gd1") ? 'ok' : 'failed…22 …echo imagegd2(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.gd2") ? 'ok' : 'faile…
12 if (!function_exists("imagecreatefromxpm")) {21 …echo imagejpeg(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.jpeg") ? 'ok' : 'fai…
12 if (!function_exists("imagecreatefromxpm")) {21 …echo imagepng(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.png") ? 'ok' : 'faile…
27 if ($flags&16 && !function_exists("imagecreatefromxpm")) {
608 ZEND_FUNCTION(imagecreatefromxpm);743 ZEND_FE(imagecreatefromxpm, arginfo_imagecreatefromxpm)
85 function imagecreatefromxpm(string $filename): GdImage|false {} function
1739 PHP_FUNCTION(imagecreatefromxpm) in PHP_FUNCTION() argument
Completed in 31 milliseconds