Searched refs:more_entropy (Results 1 – 5 of 5) sorted by relevance
49 zend_bool more_entropy = 0; in PHP_FUNCTION() local58 Z_PARAM_BOOL(more_entropy) in PHP_FUNCTION()79 if (more_entropy) { in PHP_FUNCTION()
2585 ZEND_ARG_INFO(0, more_entropy)
5 /* Prototype : string uniqid ([ string $prefix= "" [, bool $more_entropy= false ]] )13 $more_entropy = false;15 var_dump(uniqid($prefix, $more_entropy, $extra_arg));
5 /* Prototype : string uniqid ([ string $prefix= "" [, bool $more_entropy= false ]] )
1623 . Fixed bug #74851 (uniqid() without more_entropy performs badly).
Completed in 34 milliseconds