Searched refs:imagecreatefromxpm (Results 1 – 6 of 6) sorted by relevance
9 if (!function_exists("imagecreatefromxpm")) {18 echo imagegd(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test.gd1") ? 'ok' : 'failed';22 echo imagegd2(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test.gd2") ? 'ok' : 'failed';
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")) {
167 PHP_FUNCTION(imagecreatefromxpm);
935 PHP_FE(imagecreatefromxpm, arginfo_imagecreatefromxpm)2534 PHP_FUNCTION(imagecreatefromxpm) in PHP_FUNCTION() argument
Completed in 33 milliseconds