Home
last modified time | relevance | path

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

/PHP-8.2/ext/random/
H A Drandom.c629 zend_ulong trial; local
638 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) {
644 *result = (zend_long)trial;
657 while (trial > limit) {
658 if (php_random_bytes(&trial, sizeof(trial), should_throw) == FAILURE) {
664 *result = (zend_long)((trial % umax) + min);
/PHP-8.2/ext/imap/
H A Dphp_imap.c4505 PHP_IMAP_EXPORT void mm_login(NETMBX *mb, char *user, char *pwd, long trial) in mm_login() argument
/PHP-8.2/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 175 milliseconds