Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Drandom.c223 zend_ulong trial; in php_random_int() local
232 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
238 *result = (zend_long)trial; in php_random_int()
251 while (trial > limit) { in php_random_int()
252 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int()
258 *result = (zend_long)((trial % umax) + min); in php_random_int()
/PHP-7.3/ext/imap/
H A Dphp_imap.c5167 PHP_IMAP_EXPORT void mm_login(NETMBX *mb, char *user, char *pwd, long trial) in mm_login() argument
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic26260 # Made by reading sources, reading documentation, and doing trial and error
H A Dmagic私はガラスを食べられます26260 # Made by reading sources, reading documentation, and doing trial and error

Completed in 112 milliseconds