Searched refs:imagewebp (Results 1 – 10 of 10) sorted by relevance
2 Bug #66590 (imagewebp() doesn't pad to even length) - segfault6 if (!function_exists('imagewebp')) die('skip WebP support not available');12 imagewebp($im);
2 imagewebp() and imagecreatefromwebp() - basic test9 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp'))27 imagewebp($im1, $filename);30 imagewebp($im2, $filename);
2 Testing null byte injection in imagewebp15 imagewebp($image, "./foo\0bar");21 imagewebp(): Argument #2 ($file) must not contain null bytes
2 Bug #66590 (imagewebp() doesn't pad to even length)9 if (!function_exists('imagewebp')) die('skip WebP support not available');17 imagewebp($im, $filename);
9 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp'))20 imagewebp($im, $filename);
9 var_dump(function_exists('imagewebp') === (bool) (imagetypes() & IMG_WEBP));
11 var_dump($info['WebP Support'] === function_exists('imagewebp'));
626 ZEND_FUNCTION(imagewebp);761 ZEND_FE(imagewebp, arginfo_imagewebp)
116 function imagewebp(GdImage $image, $file = null, int $quality = -1): bool {} function
1957 PHP_FUNCTION(imagewebp) in PHP_FUNCTION() argument
Completed in 22 milliseconds