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/standard/tests/math/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/standard/tests/math/srand_error.phpt |
--TEST-- Test srand() function : error conditions - incorrect number of args --FILE-- <?php /* Prototype : void srand ([ int $seed ] ) * Description: Seed the random number generator. * Source code: ext/standard/rand.c */ /* * Pass incorrect number of arguments to srand() to test behaviour */ echo "*** Testing srand() : error conditions ***\n"; var_dump(srand(500, 0, true)); var_dump(srand("fivehundred")); var_dump(srand("500ABC")); ?> ===Done=== --EXPECTF-- *** Testing srand() : error conditions *** Warning: srand() expects at most 2 parameters, 3 given in %s on line %d NULL Warning: srand() expects parameter 1 to be integer, string given in %s on line %d NULL Notice: A non well formed numeric value encountered in %s on line %d NULL ===Done===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare