Searched refs:php_random_int_throw (Results 1 – 3 of 3) sorted by relevance
40 php_random_int_throw(min, max, &result); in range()
211 static inline zend_result php_random_int_throw(zend_long min, zend_long max, zend_long *result) in php_random_int_throw() function
613 if (php_random_int_throw(min, max, &result) == FAILURE) {
Completed in 16 milliseconds