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_bytes_error.phpt |
--TEST-- Test error operation of random_bytes() --FILE-- <?php //-=-=-=- try { $bytes = random_bytes(); } catch (TypeError $e) { echo $e->getMessage().PHP_EOL; } try { $bytes = random_bytes(0); } catch (Error $e) { echo $e->getMessage().PHP_EOL; } ?> --EXPECT-- random_bytes() expects exactly 1 parameter, 0 given Length must be greater than 0
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare