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/libgd00106.phpt |
--TEST-- libgd #106 (imagerectangle 1x1 draws 1x3) --SKIPIF-- <?php if (!extension_loaded('gd')) die("skip gd extension not available\n"); ?> --FILE-- <?php $im = imagecreatetruecolor(10,10); imagerectangle($im, 1,1, 1,1, 0xFFFFFF); $c1 = imagecolorat($im, 1,1); $c2 = imagecolorat($im, 1,2); $c3 = imagecolorat($im, 2,1); $c4 = imagecolorat($im, 2,2); if ($c1 == 0xFFFFFF && $c2 == 0 && $c3 == 0 && $c4 == 0) { echo "Ok"; } else { echo "failed"; } ?> --EXPECT-- Ok
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare