Home
last modified time | relevance | path

Searched refs:trial (Results 1 – 3 of 3) sorted by path

/php-src/ext/fileinfo/tests/
H A Dmagic38326 # Made by reading sources, reading documentation, and doing trial and error
H A Dmagic私はガラスを食べられます38326 # Made by reading sources, reading documentation, and doing trial and error
/php-src/ext/random/
H A Dcsprng.c216 zend_ulong trial; in php_random_int() local
225 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
231 *result = (zend_long)trial; in php_random_int()
244 while (trial > limit) { in php_random_int()
245 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
251 *result = (zend_long)((trial % umax) + min); in php_random_int()

Completed in 159 milliseconds