/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
gd
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/gd/tests/imagecreatefromstring_webp.phpt
--TEST-- imagecreatefromstring() - WEBP format --SKIPIF-- <?php if (!extension_loaded('gd')) die('skip ext/gd required'); if (!(imagetypes() & IMG_WEBP)) die('skip WEBP support required'); ?> --FILE-- <?php // create an image from a WEBP string representation $im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring.webp')); var_dump(imagesx($im)); var_dump(imagesy($im)); ?> --EXPECT-- int(10) int(10)
Copyright ©2k19 -
Hexid
|
Tex7ure