Searched refs:imagewebp (Results 1 – 11 of 11) 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 Bug #75437 Wrong reflection on imagewebp8 if (!function_exists('imagewebp')) die('skip WebP support not available');12 $rf = new ReflectionFunction('imagewebp');
2 Testing null byte injection in imagewebp29 imagewebp($image, $temp);35 imagewebp TEST37 Warning: imagewebp(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
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'));
170 PHP_FUNCTION(imagewebp);
914 PHP_FE(imagewebp, arginfo_imagewebp)2709 PHP_FUNCTION(imagewebp) in PHP_FUNCTION() argument
672 . Fixed bug #75437 (Wrong reflection on imagewebp). (Fabien Villepinte)3799 . Fixed bug #66590 (imagewebp() doesn't pad to even length). (cmb)
Completed in 24 milliseconds