Searched refs:php_random_int_throw (Results 1 – 3 of 3) sorted by relevance
44 php_random_int_throw(min, max, &result); in range()
38 ZEND_ATTRIBUTE_NONNULL static inline zend_result php_random_int_throw(zend_long min, zend_long max,… in php_random_int_throw() function
628 if (php_random_int_throw(min, max, &result) == FAILURE) {
Completed in 13 milliseconds