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/imagecolorclosesthwb.phpt |
--TEST-- imagecolorclosesthwb() test --SKIPIF-- <?php if(!extension_loaded('gd')){ die('skip: gd extension not available'); } if(!function_exists('imagecolorclosesthwb')){ die('skip: imagecolorclosesthwb() not available'); } ?> --FILE-- <?php $im = imagecreatefrompng(dirname(__FILE__).'/test.png'); var_dump(imagecolorclosesthwb($im, 255, 50, 0)); var_dump(imagecolorclosesthwb(NULL)); var_dump(imagecolorclosesthwb(NULL, NULL, NULL, NULL)); var_dump(imagecolorclosesthwb($im, "hello", "from", "gd")); imagedestroy($im); ?> --EXPECTF-- int(16724480) Warning: imagecolorclosesthwb() expects exactly 4 parameters, 1 given in %s on line %d NULL Warning: imagecolorclosesthwb() expects parameter 1 to be resource, null given in %s on line %d NULL Warning: imagecolorclosesthwb() expects parameter 2 to be integer, string given in %s on line %d NULL
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare