Home
last modified time | relevance | path

Searched refs:imagecreatefromwbmp (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/gd/tests/
H A Dcreatefromwbmp-mb.phpt2 imagecreatefromwbmp
5 if (!function_exists('imagecreatefromwbmp')) die("skip gd extension not available\n");
11 $im2 = imagecreatefromwbmp($file);
H A Dcreatefromwbmp.phpt2 imagecreatefromwbmp
5 if (!function_exists('imagecreatefromwbmp')) die("skip gd extension not available\n");
11 $im2 = imagecreatefromwbmp($file);
H A Dcreatefromwbmp2.phpt2 imagecreatefromwbmp with invalid wbmp
5 if (!function_exists('imagecreatefromwbmp')) die("skip gd extension not available\n");
41 $im = imagecreatefromwbmp($filename);
45 Warning: imagecreatefromwbmp(): product of memory allocation multiplication would exceed INT_MAX, f…
48 Warning: imagecreatefromwbmp(): '%s' is not a valid WBMP file in %s on line %d
H A Dcreatefromwbmp2_extern.phpt2 imagecreatefromwbmp with invalid wbmp
5 if (!function_exists('imagecreatefromwbmp')) die("skip gd extension not available\n");
41 $im = imagecreatefromwbmp($filename);
47 Warning: imagecreatefromwbmp(): '%s_tmp.wbmp' is not a valid WBMP file in %s on line %d
H A Dimagewbmp-mb.phpt5 if (!function_exists('imagecreatefromwbmp')) die("skip gd extension not available\n");
16 $im2 = imagecreatefromwbmp($file);
H A Dimagewbmp.phpt5 if (!function_exists('imagecreatefromwbmp')) die("skip gd extension not available\n");
16 $im2 = imagecreatefromwbmp($file);
/PHP-7.4/ext/gd/
H A Dphp_gd.h154 PHP_FUNCTION(imagecreatefromwbmp);
H A Dgd.c946 PHP_FE(imagecreatefromwbmp, arginfo_imagecreatefromwbmp)
2618 PHP_FUNCTION(imagecreatefromwbmp) in PHP_FUNCTION() argument

Completed in 25 milliseconds