Home
last modified time | relevance | path

Searched refs:trial (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/standard/
H A Drandom.c245 zend_ulong trial; in php_random_int() local
254 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
260 *result = (zend_long)trial; in php_random_int()
273 while (trial > limit) { in php_random_int()
274 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
280 *result = (zend_long)((trial % umax) + min); in php_random_int()
/PHP-8.1/ext/imap/
H A Dphp_imap.c4657 PHP_IMAP_EXPORT void mm_login(NETMBX *mb, char *user, char *pwd, long trial) in mm_login() argument
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic33122 # Made by reading sources, reading documentation, and doing trial and error
H A Dmagic私はガラスを食べられます33122 # Made by reading sources, reading documentation, and doing trial and error

Completed in 136 milliseconds