Home
last modified time | relevance | path

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

/PHP-7.4/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
7 if (!function_exists('imagewebp')) die('skip WebP support not available');
11 $rf = new ReflectionFunction('imagewebp');
H A Dimagewebp_nullbyte_injection.phpt2 Testing null byte injection in imagewebp
18 var_dump(imagewebp($image, "./foo\0bar"));
21 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.4/ext/gd/
H A Dphp_gd.h180 PHP_FUNCTION(imagewebp);
H A Dgd.c964 PHP_FE(imagewebp, arginfo_imagewebp)
2815 PHP_FUNCTION(imagewebp) in PHP_FUNCTION() argument

Completed in 42 milliseconds