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/standard/tests/random/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/random/random_int_error.phpt |
--TEST-- Test error operation of random_int() --FILE-- <?php //-=-=-=- try { $randomInt = random_int(); } catch (TypeError $e) { echo $e->getMessage().PHP_EOL; } try { $randomInt = random_int(42); } catch (TypeError $e) { echo $e->getMessage().PHP_EOL; } try { $randomInt = random_int(42,0); } catch (Error $e) { echo $e->getMessage().PHP_EOL; } ?> --EXPECT-- random_int() expects exactly 2 parameters, 0 given random_int() expects exactly 2 parameters, 1 given Minimum value must be less than or equal to the maximum value
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare