Home
last modified time | relevance | path

Searched refs:more_entropy (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/standard/
H A Duniqid.c49 zend_bool more_entropy = 0; in PHP_FUNCTION() local
58 Z_PARAM_BOOL(more_entropy) in PHP_FUNCTION()
79 if (more_entropy) { in PHP_FUNCTION()
H A Dbasic_functions.c2585 ZEND_ARG_INFO(0, more_entropy)
/PHP-7.2/ext/standard/tests/general_functions/
H A Duniqid_error.phpt5 /* Prototype : string uniqid ([ string $prefix= "" [, bool $more_entropy= false ]] )
13 $more_entropy = false;
15 var_dump(uniqid($prefix, $more_entropy, $extra_arg));
H A Duniqid_basic.phpt5 /* Prototype : string uniqid ([ string $prefix= "" [, bool $more_entropy= false ]] )
/PHP-7.2/
H A DNEWS1623 . Fixed bug #74851 (uniqid() without more_entropy performs badly).

Completed in 40 milliseconds