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/imagebmp_basic.phpt |
--TEST-- imagebmp() - basic functionality --SKIPIF-- <?php if (!extension_loaded('gd')) die('skip ext/gd required'); if (!(imagetypes() & IMG_BMP)) die('skip BMP support required'); ?> --FILE-- <?php // create an image $im = imagecreate(100, 100); imagecolorallocate($im, 0, 0, 0); $white = imagecolorallocate($im, 255, 255, 255); imageline($im, 10,10, 89,89, $white); // write the md5 hash of its BMP representation ob_start(); imagebmp($im); echo md5(ob_get_clean()); ?> --EXPECT-- d49124076771822b09fa72e168c0de56
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare