Searched refs:imagecreatefromwbmp (Results 1 – 6 of 6) sorted by relevance
2 imagecreatefromwbmp5 if (!function_exists('imagecreatefromwbmp')) die("skip gd extension not available\n");11 $im2 = imagecreatefromwbmp($file);
2 imagecreatefromwbmp with invalid wbmp5 if (!function_exists('imagecreatefromwbmp')) die("skip gd extension not available\n");41 $im = imagecreatefromwbmp($filename);45 Warning: imagecreatefromwbmp(): gd warning: product of memory allocation multiplication would excee…48 Warning: imagecreatefromwbmp(): '%s' is not a valid WBMP file in %s on line %d
2 imagecreatefromwbmp with invalid wbmp5 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
5 if (!function_exists('imagecreatefromwbmp')) die("skip gd extension not available\n");16 $im2 = imagecreatefromwbmp($file);
141 PHP_FUNCTION(imagecreatefromwbmp);
955 PHP_FE(imagecreatefromwbmp, arginfo_imagecreatefromwbmp)2587 PHP_FUNCTION(imagecreatefromwbmp) in PHP_FUNCTION() argument
Completed in 21 milliseconds