Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Duniqid.c48 zend_bool more_entropy = 1; in PHP_FUNCTION() local
50 zend_bool more_entropy = 0; in PHP_FUNCTION() local
57 &more_entropy)) { in PHP_FUNCTION()
62 if (!more_entropy) { in PHP_FUNCTION()
78 if (more_entropy) { in PHP_FUNCTION()
H A Dbasic_functions.c2592 ZEND_ARG_INFO(0, more_entropy)
/PHP-5.5/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 ]] )

Completed in 16 milliseconds