Home
last modified time | relevance | path

Searched refs:shuffleBytes (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/random/tests/03_randomizer/methods/
H A DshuffleBytes.phpt2 Random: Randomizer: shuffleBytes(): Basic functionality
40 $result = $randomizer->shuffleBytes($bytes);
/PHP-8.2/ext/random/
H A Drandom.stub.php142 public function shuffleBytes(string $bytes): string {} function in Random\\Randomizer
H A Drandom_arginfo.h137 ZEND_METHOD(Random_Randomizer, shuffleBytes);
213 …ZEND_ME(Random_Randomizer, shuffleBytes, arginfo_class_Random_Randomizer_shuffleBytes, ZEND_ACC_PU…
H A Drandomizer.c209 PHP_METHOD(Random_Randomizer, shuffleBytes) in PHP_METHOD() argument
/PHP-8.2/ext/random/tests/03_randomizer/
H A Dengine_unsafe_biased.phpt59 var_dump(randomizer()->shuffleBytes('foobar'));
H A Dengine_unsafe_empty_string.phpt59 var_dump(randomizer()->shuffleBytes('foobar'));
H A Dengine_unsafe_nul.phpt59 var_dump(randomizer()->shuffleBytes('foobar'));

Completed in 13 milliseconds