Home
last modified time | relevance | path

Searched refs:min (Results 51 – 75 of 146) sorted by relevance

123456

/php-src/ext/random/tests/01_functions/
H A Drandom_int_error.phpt29 random_int(): Argument #1 ($min) must be less than or equal to argument #2 ($max)
/php-src/ext/standard/tests/streams/
H A Dbug78902.phpt14 fputs($fp, str_pad('', min($chunk,$size)));
/php-src/ext/ldap/tests/
H A Dldap_set_option_tls_protocol_min_basic.phpt2 ldap_set_option() - Basic test for TLS protocol min ldap option
H A Dldap_set_option_tls_protocol_min_basic_tls13.phpt2 ldap_set_option() - Basic test for TLS protocol min ldap option
/php-src/Zend/tests/attributes/
H A D009_doctrine_annotations_example.phpt49 * min = 120,
55 …#[Assert\Range(["min" => 120, "max" => 180, "minMessage" => "You must be at least {{ limit }}cm ta…
123 ["min"]=>
/php-src/ext/filter/tests/
H A Dbug77221.phpt36 list($min, $max) = $range;
38 var_dump(filter_var($min, FILTER_VALIDATE_IP, FILTER_FLAG_GLOBAL_RANGE));
/php-src/ext/soap/tests/
H A Dbug73037.phpt31 $min = strlen($begin) + strlen($piece) + strlen($end);
32 $max = $max < $min ? $min : $max;
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetFloat_equal_steps.phpt13 function run_test(Randomizer $r, float $min, float $max, int $count) {
14 printf("[%.17g, %.17g]\n", $min, $max);
18 $float = $r->getFloat($min, $max, IntervalBoundary::ClosedClosed);
/php-src/ext/random/
H A Dengine_pcgoneseq128xslrr64.c58 static zend_long range(void *state, zend_long min, zend_long max) in range() argument
63 }, min, max); in range()
H A Dengine_xoshiro256starstar.c113 static zend_long range(void *state, zend_long min, zend_long max) in range() argument
118 }, min, max); in range()
H A Drandom_arginfo.h15 ZEND_ARG_TYPE_INFO(0, min, IS_LONG, 0)
31 ZEND_ARG_TYPE_INFO(0, min, IS_LONG, 0)
96 ZEND_ARG_TYPE_INFO(0, min, IS_DOUBLE, 0)
/php-src/ext/intl/tests/
H A Dlocale_get_display_region3.phpt55 'zh-min',
56 'zh-min-nan-Hant-CN',
217 locale='zh-min'
222 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_script3.phpt55 'zh-min',
56 'zh-min-nan-Hant-CN',
217 locale='zh-min'
222 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_script4.phpt55 'zh-min',
56 'zh-min-nan-Hant-CN',
217 locale='zh-min'
222 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_variant2.phpt53 'zh-min',
54 'zh-min-nan-Hant-CN',
215 locale='zh-min'
220 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_language.phpt56 'zh-min',
57 'zh-min-nan-Hant-CN',
223 locale='zh-min'
228 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_language2.phpt56 'zh-min',
57 'zh-min-nan-Hant-CN',
223 locale='zh-min'
228 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_region2.phpt55 'zh-min',
56 'zh-min-nan-Hant-CN',
217 locale='zh-min'
222 locale='zh-min-nan-Hant-CN'
H A Dlocale_get_display_language3.phpt63 'zh-min',
64 'zh-min-nan',
319 locale='zh-min'
324 locale='zh-min-nan'
/php-src/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt35 var_dump(min($niceBefore + $delta, 19) == $niceAfter);
/php-src/Zend/tests/type_declarations/union_types/
H A Dincdec_prop.phpt11 /* Incrementing a int|float property past int min/max is legal */
51 /* Incrementing a non-int|float property past int min/max is an error,
/php-src/ext/openssl/tests/
H A Dtls_min_v1.0_max_v1.1_wrapper.phpt2 tls stream wrapper with min version 1.0 and max version 1.1
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_printint.c820 unsigned int min, max; in pcre2_printint() local
838 min = GET2(ccode,1); in pcre2_printint()
840 if (max == 0) fprintf(f, "{%u,}", min); in pcre2_printint()
841 else fprintf(f, "{%u,%u}", min, max); in pcre2_printint()
/php-src/ext/standard/tests/strings/
H A Dstr_split_variation7.phpt23 -2147483648, //min negative integer
/php-src/ext/mysqli/tests/
H A Dbug42378.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
36 $col1 = mt_rand($min, $max);

Completed in 44 milliseconds

123456