Searched refs:trial (Results 1 – 5 of 5) sorted by relevance
/PHP-7.2/ext/standard/ |
H A D | random.c | 218 zend_ulong trial; in php_random_int() local 227 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int() 233 *result = (zend_long)trial; in php_random_int() 246 while (trial > limit) { in php_random_int() 247 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) { in php_random_int() 253 *result = (zend_long)((trial % umax) + min); in php_random_int()
|
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | README | 653 zip formats. The command "make distcheck" does the same, but then does a trial
|
/PHP-7.2/ext/imap/ |
H A D | php_imap.c | 5084 PHP_IMAP_EXPORT void mm_login(NETMBX *mb, char *user, char *pwd, long trial) in mm_login() argument
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 24299 # Made by reading sources, reading documentation, and doing trial and error
|
H A D | magic私はガラスを食べられます | 24299 # Made by reading sources, reading documentation, and doing trial and error
|
Completed in 175 milliseconds