Searched refs:getBytes (Results 1 – 10 of 10) sorted by relevance
2 Random: Randomizer: getBytes(): Returned bytes are consistently expanded31 var_dump($randomizer->getBytes(5));34 var_dump($randomizer->getBytes(11));37 var_dump($randomizer->getBytes(7));
2 Random: Randomizer: getBytes(): Basic functionality32 if (\strlen($randomizer->getBytes($i)) !== $i) {
19 var_dump($randomizer->getBytes(1));26 #1 %s(%d): Random\Randomizer->getBytes(1)
19 var_dump($randomizer->getBytes(1));
35 var_dump(bin2hex(randomizer()->getBytes(1)));
144 public function getBytes(int $length): string {} function in Random\\Randomizer
149 ZEND_METHOD(Random_Randomizer, getBytes);216 ZEND_ME(Random_Randomizer, getBytes, arginfo_class_Random_Randomizer_getBytes, ZEND_ACC_PUBLIC)
275 PHP_METHOD(Random_Randomizer, getBytes) in PHP_METHOD() argument
Completed in 18 milliseconds