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/bcmath/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/bcmath/tests/bug75178.phpt |
--TEST-- Bug #75178 (bcpowmod() misbehaves for non-integer base or modulus) --SKIPIF-- <?php if (!extension_loaded('bcmath')) die('skip bcmath extension is not available'); if (substr(PHP_OS, 0, 3) == 'WIN') { $cur = PHP_WINDOWS_VERSION_MAJOR.'.'.PHP_WINDOWS_VERSION_MINOR.'.'.PHP_WINDOWS_VERSION_BUILD; $req = "10.0.17134"; if (version_compare($cur, $req) < 0) { echo "skip Compatible on Windows systems >= $req"; } } ?> --FILE-- <?php var_dump(bcpowmod('4.1', '4', '3', 3)); var_dump(bcpowmod('4', '4', '3.1', 3)); ?> ===DONE=== --EXPECT-- bc math warning: non-zero scale in base string(5) "1.000" bc math warning: non-zero scale in modulus string(5) "1.000" ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare