Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/tests/
H A Dxpm2gd.phpt11 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…
H A Dxpm2jpg.phpt10 if (!function_exists("imagecreatefromxpm")) {
19 …echo imagejpeg(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.jpeg") ? 'ok' : 'fai…
H A Dxpm2png.phpt10 if (!function_exists("imagecreatefromxpm")) {
19 …echo imagepng(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.png") ? 'ok' : 'faile…
H A Dtypes.phpt25 if ($flags&16 && !function_exists("imagecreatefromxpm")) {
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h626 ZEND_FUNCTION(imagecreatefromxpm);
767 ZEND_FE(imagecreatefromxpm, arginfo_imagecreatefromxpm)
H A Dgd.stub.php114 function imagecreatefromxpm(string $filename): GdImage|false {} function
H A Dgd.c1815 PHP_FUNCTION(imagecreatefromxpm) in PHP_FUNCTION() argument

Completed in 1056 milliseconds