Searched refs:more_entropy (Results 1 – 4 of 4) sorted by relevance
48 zend_bool more_entropy = 1; in PHP_FUNCTION() local50 zend_bool more_entropy = 0; in PHP_FUNCTION() local58 &more_entropy)) { in PHP_FUNCTION()63 if (!more_entropy) { in PHP_FUNCTION()79 if (more_entropy) { in PHP_FUNCTION()
2570 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 ]] )
Completed in 28 milliseconds