Home
last modified time | relevance | path

Searched refs:php_binary_string_shuffle (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/standard/
H A Dphp_string.h57 PHPAPI bool php_binary_string_shuffle(php_random_algo_with_state engine, char *str, zend_long len);
H A Dstring.c5941 PHPAPI bool php_binary_string_shuffle(php_random_algo_with_state engine, char *str, zend_long len) … function
5986 php_binary_string_shuffle(
/php-src/ext/random/
H A Drandomizer.c381 …if (!php_binary_string_shuffle(randomizer->engine, Z_STRVAL_P(return_value), (zend_long) Z_STRLEN_… in PHP_METHOD()

Completed in 19 milliseconds