Searched refs:php_array_data_shuffle (Results 1 – 3 of 3) sorted by relevance
34 PHPAPI bool php_array_data_shuffle(const php_random_algo *algo, php_random_status *status, zval *ar…
3103 PHPAPI bool php_array_data_shuffle(const php_random_algo *algo, php_random_status *status, zval *ar… function3202 php_array_data_shuffle(php_random_default_algo(), php_random_default_status(), array);
318 if (!php_array_data_shuffle(randomizer->algo, randomizer->status, return_value)) { in PHP_METHOD()
Completed in 23 milliseconds