Home
last modified time | relevance | path

Searched refs:imagecreatefromwebp (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/gd/tests/
H A Dwebp_basic.phpt2 imagewebp() and imagecreatefromwebp() - basic test
10 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp'))
30 $im2 = imagecreatefromwebp($filename);
36 $im_lossless = imagecreatefromwebp($filename);
H A Dbug70102.phpt10 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp'))
24 $im = imagecreatefromwebp($filename);
/php-src/ext/gd/
H A Dgd_arginfo.h620 ZEND_FUNCTION(imagecreatefromwebp);
760 ZEND_FE(imagecreatefromwebp, arginfo_imagecreatefromwebp)
H A Dgd.stub.php569 function imagecreatefromwebp(string $filename): GdImage|false {} function
H A Dgd.c1639 PHP_FUNCTION(imagecreatefromwebp) in PHP_FUNCTION() argument

Completed in 22 milliseconds