Searched refs:imagecreatefromwebp (Results 1 – 6 of 6) sorted by relevance
2 imagewebp() and imagecreatefromwebp() - basic test10 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp'))30 $im2 = imagecreatefromwebp($filename);36 $im_lossless = imagecreatefromwebp($filename);
16 $im = imagecreatefromwebp($empty_webp);22 Warning: imagecreatefromwebp(): gd-webp cannot get webp info in %s on line %d24 Warning: imagecreatefromwebp(): "%s" is not a valid WEBP file in %s on line %d
10 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp'))24 $im = imagecreatefromwebp($filename);
621 ZEND_FUNCTION(imagecreatefromwebp);762 ZEND_FE(imagecreatefromwebp, arginfo_imagecreatefromwebp)
569 function imagecreatefromwebp(string $filename): GdImage|false {} function
1644 PHP_FUNCTION(imagecreatefromwebp) in PHP_FUNCTION() argument
Completed in 17 milliseconds