Searched refs:nrand (Results 1 – 2 of 2) sorted by relevance
7 echo "\nrand() tests with default min and max value (i.e 0 thru ", $default_max, ")\n";23 echo "\nrand() tests with defined min and max value\n";
367 int nrand; in php_session_gc() local376 nrand = (zend_long) ((float) PS(gc_divisor) * php_combined_lcg()); in php_session_gc()377 if (PS(gc_probability) > 0 && nrand < PS(gc_probability)) { in php_session_gc()
Completed in 13 milliseconds