Searched refs:max_value (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_fetch_assoc_bit.phpt | 43 $max_value = 1; 45 $max_value = pow(2, $bits) - 1; 59 $value = $max_value; 61 if ($max_value > $rand_max) { 62 $max_loops = floor($max_value/$rand_max); 68 $value = mt_rand(0, $max_value);
|
H A D | mysqli_stmt_get_result_bit.phpt | 46 $max_value = 1; 48 $max_value = pow(2, $bits) - 1; 65 $value = $max_value; 67 if ($max_value > $rand_max) { 68 $max_loops = floor($max_value/$rand_max); 74 $value = mt_rand(0, $max_value);
|
H A D | mysqli_stmt_bind_result_bit.phpt | 39 $max_value = 1; 41 $max_value = pow(2, $bits) - 1; 76 $value = $max_value; 78 if ($max_value > $rand_max) { 79 $max_loops = floor($max_value/$rand_max); 85 $value = mt_rand(0, $max_value);
|
H A D | mysqli_stmt_fetch_bit.phpt | 27 $max_value = pow(2, $bits) - 1; 36 while ($tests < min($max_value, 20)) { 38 $value = mt_rand(0, $max_value);
|
/PHP-5.3/win32/ |
H A D | registry.c | 62 DWORD keys, values, max_key, max_name, max_value; in LoadDirectory() local 66 …if (RegQueryInfoKey(key, NULL, NULL, NULL, &keys, &max_key, NULL, &values, &max_name, &max_value, … in LoadDirectory() 71 char *value = (char*)emalloc(max_value+1); in LoadDirectory() 77 value_len = max_value+1; in LoadDirectory()
|
/PHP-5.3/ext/intl/locale/ |
H A D | locale_methods.c | 807 int max_value = 0; in append_multiple_key_values() local 842 max_value = MAX_NO_VARIANT; in append_multiple_key_values() 845 max_value = MAX_NO_EXTLANG; in append_multiple_key_values() 848 max_value = MAX_NO_PRIVATE; in append_multiple_key_values() 853 for( i=0 ; i< max_value; i++ ){ in append_multiple_key_values()
|
Completed in 18 milliseconds