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/bcmath/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/bcmath/tests/bcpowmod.phpt |
--TEST-- bcpowmod() - Raise an arbitrary precision number to another, reduced by a specified modulus --SKIPIF-- <?php if(!extension_loaded("bcmath")) print "skip"; ?> --INI-- bcmath.scale=0 --FILE-- <?php echo bcpowmod("5", "2", "7") . "\n"; echo bcpowmod("-2", "5", "7") . "\n"; echo bcpowmod("10", "2147483648", "2047"); ?> --EXPECT-- 4 -4 790
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare