Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/tests/
H A Dwebp_basic.phpt2 imagewebp() and imagecreatefromwebp() - basic test
9 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp'))
29 $im2 = imagecreatefromwebp($filename);
H A Dbug70102.phpt9 if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp'))
23 $im = imagecreatefromwebp($filename);
/PHP-7.2/ext/gd/
H A Dphp_gd.h148 PHP_FUNCTION(imagecreatefromwebp);
H A Dgd.c929 PHP_FE(imagecreatefromwebp, arginfo_imagecreatefromwebp)
2513 PHP_FUNCTION(imagecreatefromwebp) in PHP_FUNCTION() argument

Completed in 38 milliseconds