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/imagegetclip_basic.phpt |
--TEST-- imagegetclip() - basic functionality --SKIPIF-- <?php if (!extension_loaded('gd')) die('skip ext/gd required'); ?> --FILE-- <?php $im = imagecreate(10, 10); echo '=== original ===', PHP_EOL; var_dump(imagegetclip($im)); imagesetclip($im, 1,2, 3,4); echo '=== after imagesetclip() ===', PHP_EOL; var_dump(imagegetclip($im)); ?> --EXPECT-- === original === array(4) { [0]=> int(0) [1]=> int(0) [2]=> int(9) [3]=> int(9) } === after imagesetclip() === array(4) { [0]=> int(1) [1]=> int(2) [2]=> int(3) [3]=> int(4) }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare