/
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/bug66387.phpt
--TEST-- Bug #66387 (Stack overflow with imagefilltoborder) --SKIPIF-- <?php if (!extension_loaded('gd')) die('skip gd extension not available!'); if (!GD_BUNDLED && version_compare(GD_VERSION, '2.2.1', '<')) { die("skip test requires GD 2.2.1 or higher"); } ?> --FILE-- <?php $im = imagecreatetruecolor(20, 20); $c = imagecolorallocate($im, 255, 0, 0); imagefilltoborder($im, 0, -999355, $c, $c); echo "ready\n"; ?> --EXPECT-- ready
Copyright ©2k19 -
Hexid
|
Tex7ure