/
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/imagecreate_error.phpt
--TEST-- Testing imagecreate(): error on out of bound parameters --SKIPIF-- <?php if (!extension_loaded("gd")) die("skip GD not present"); if (!function_exists("imagecreate")) die("skip GD Version not compatible"); ?> --FILE-- <?php require __DIR__ . '/func.inc'; trycatch_dump( fn() => imagecreate(-1, 30), fn() => imagecreate(30, -1) ); ?> --EXPECT-- !! [ValueError] imagecreate(): Argument #1 ($width) must be greater than 0 !! [ValueError] imagecreate(): Argument #2 ($height) must be greater than 0
Copyright ©2k19 -
Hexid
|
Tex7ure