Home
last modified time | relevance | path

Searched refs:imagewebp (Results 1 – 11 of 11) sorted by relevance

/PHP-7.1/ext/gd/tests/
H A Dbug66590_1.phpt2 Bug #66590 (imagewebp() doesn't pad to even length) - segfault
6 if (!function_exists('imagewebp')) die('skip WebP support not available');
12 imagewebp($im);
H A Dwebp_basic.phpt2 imagewebp() and imagecreatefromwebp() - basic test
9 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp'))
27 imagewebp($im1, $filename);
30 imagewebp($im2, $filename);
H A Dbug75437.phpt2 Bug #75437 Wrong reflection on imagewebp
8 if (!function_exists('imagewebp')) die('skip WebP support not available');
12 $rf = new ReflectionFunction('imagewebp');
H A Dimagewebp_nullbyte_injection.phpt2 Testing null byte injection in imagewebp
29 imagewebp($image, $temp);
35 imagewebp TEST
37 Warning: imagewebp(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dbug66590.phpt2 Bug #66590 (imagewebp() doesn't pad to even length)
9 if (!function_exists('imagewebp')) die('skip WebP support not available');
17 imagewebp($im, $filename);
H A Dbug70102.phpt9 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp'))
20 imagewebp($im, $filename);
H A Dbug72596.phpt9 var_dump(function_exists('imagewebp') === (bool) (imagetypes() & IMG_WEBP));
H A Dbug70047.phpt11 var_dump($info['WebP Support'] === function_exists('imagewebp'));
/PHP-7.1/ext/gd/
H A Dphp_gd.h170 PHP_FUNCTION(imagewebp);
H A Dgd.c914 PHP_FE(imagewebp, arginfo_imagewebp)
2709 PHP_FUNCTION(imagewebp) in PHP_FUNCTION() argument
/PHP-7.1/
H A DNEWS672 . 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