Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/gd/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/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)); } ?> ===DONE=== --EXPECT-- bool(false) ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare