Home
last modified time | relevance | path

Searched refs:imagecreatefromxpm (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dxpm2gd.phpt9 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';
H A Dxpm2jpg.phpt12 if (!function_exists("imagecreatefromxpm")) {
21 …echo imagejpeg(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.jpeg") ? 'ok' : 'fai…
H A Dxpm2png.phpt12 if (!function_exists("imagecreatefromxpm")) {
21 …echo imagepng(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.png") ? 'ok' : 'faile…
H A Dtypes.phpt27 if ($flags&16 && !function_exists("imagecreatefromxpm")) {
/PHP-5.5/ext/gd/
H A Dphp_gd.h155 PHP_FUNCTION(imagecreatefromxpm);
H A Dgd.c952 PHP_FE(imagecreatefromxpm, arginfo_imagecreatefromxpm)
2507 PHP_FUNCTION(imagecreatefromxpm) in PHP_FUNCTION() argument

Completed in 26 milliseconds