Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Drandom.c218 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.0/ext/pcre/pcrelib/
H A DREADME653 zip formats. The command "make distcheck" does the same, but then does a trial
/PHP-7.0/ext/imap/
H A Dphp_imap.c5087 PHP_IMAP_EXPORT void mm_login(NETMBX *mb, char *user, char *pwd, long trial) in mm_login() argument
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic20575 # Made by reading sources, reading documentation, and doing trial and error

Completed in 50 milliseconds