Home
last modified time | relevance | path

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

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

Completed in 126 milliseconds