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 : /usr/local/src/php7/php-7.0.5/ext/gmp/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/gmp/tests/bug32773.phpt |
--TEST-- Bug #32773 (binary GMP functions returns unexpected value, when second parameter is int(0)) --SKIPIF-- <?php if (!extension_loaded("gmp")) print "skip"; ?> --FILE-- <?php echo '10 + 0 = ', gmp_strval(gmp_add(10, 0)), "\n"; echo '10 + "0" = ', gmp_strval(gmp_add(10, '0')), "\n"; echo gmp_strval(gmp_div(10, 0))."\n"; echo gmp_strval(gmp_div_qr(10, 0))."\n"; ?> --EXPECTF-- 10 + 0 = 10 10 + "0" = 10 Warning: gmp_div(): Zero operand not allowed in %s on line %d 0 Warning: gmp_div_qr(): Zero operand not allowed in %s on line %d 0
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare