/
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/bug73957.phpt
--TEST-- Bug #73957 (signed integer conversion in imagescale()) --SKIPIF-- <?php if (!extension_loaded('gd')) die('skip gd extension not available'); if (PHP_INT_SIZE != 8) die('skip this test is for 64bit platforms only'); ?> --FILE-- <?php $im = imagecreate(8, 8); $im = imagescale($im, 0x100000001, 1); var_dump($im); if ($im) { // which is not supposed to happen var_dump(imagesx($im)); } ?> --EXPECT-- bool(false)
Copyright ©2k19 -
Hexid
|
Tex7ure