Searched refs:imagewebp (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | webp_basic.phpt | 2 imagewebp() and imagecreatefromwebp() - basic test 10 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp')) 28 imagewebp($im1, $filename); 31 imagewebp($im2, $filename); 35 imagewebp($im1, $filename, IMG_WEBP_LOSSLESS);
|
H A D | bug66590_1.phpt | 2 Bug #66590 (imagewebp() doesn't pad to even length) - segfault 7 if (!function_exists('imagewebp')) die('skip WebP support not available'); 13 imagewebp($im);
|
H A D | imagewebp_nullbyte_injection.phpt | 2 Testing null byte injection in imagewebp 16 imagewebp($image, "./foo\0bar"); 22 imagewebp(): Argument #2 ($file) must not contain null bytes
|
H A D | bug66590.phpt | 2 Bug #66590 (imagewebp() doesn't pad to even length) 10 if (!function_exists('imagewebp')) die('skip WebP support not available'); 18 imagewebp($im, $filename);
|
H A D | bug70102.phpt | 10 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp')) 21 imagewebp($im, $filename);
|
H A D | bug72596.phpt | 7 var_dump(function_exists('imagewebp') === (bool) (imagetypes() & IMG_WEBP));
|
H A D | bug70047.phpt | 9 var_dump($info['WebP Support'] === function_exists('imagewebp'));
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 646 ZEND_FUNCTION(imagewebp); 787 ZEND_FE(imagewebp, arginfo_imagewebp)
|
H A D | gd.stub.php | 618 function imagewebp(GdImage $image, $file = null, int $quality = -1): bool {} function
|
H A D | gd.c | 1884 PHP_FUNCTION(imagewebp) in PHP_FUNCTION() argument
|
Completed in 30 milliseconds