Searched refs:php_array_data_shuffle (Results 1 – 3 of 3) sorted by relevance
34 PHPAPI bool php_array_data_shuffle(php_random_algo_with_state engine, zval *array);
3212 PHPAPI bool php_array_data_shuffle(php_random_algo_with_state engine, zval *array) /* {{{ */ function3314 php_array_data_shuffle(php_random_default_engine(), array);
360 if (!php_array_data_shuffle(randomizer->engine, return_value)) { in PHP_METHOD()
Completed in 23 milliseconds