Home
last modified time | relevance | path

Searched refs:max (Results 151 – 175 of 270) sorted by relevance

1234567891011

/PHP-8.3/tests/lang/operators/
H A Doperator_notidentical_variation.phpt2 Test !== operator : max int 32bit range
H A Doperator_notidentical_variation_64bit.phpt2 Test !== operator : max int 64bit range
/PHP-8.3/Zend/
H A Dzend_ptr_stack.c27 stack->top = stack->max = 0; in zend_ptr_stack_init_ex()
/PHP-8.3/scripts/dev/
H A Dbless_tests.php180 $max = $n + $m;
183 for ($d = 0; $d <= $max; $d++) {
/PHP-8.3/ext/random/
H A Dengine_xoshiro256starstar.c111 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range() argument
113 return php_random_range(&php_random_algo_xoshiro256starstar, status, min, max); in range()
H A Drandom_arginfo.h16 ZEND_ARG_TYPE_INFO(0, max, IS_LONG, 0)
32 ZEND_ARG_TYPE_INFO(0, max, IS_LONG, 0)
97 ZEND_ARG_TYPE_INFO(0, max, IS_DOUBLE, 0)
H A Dengine_mt19937.c163 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range() argument
165 return php_random_range(&php_random_algo_mt19937, status, min, max); in range()
/PHP-8.3/ext/standard/tests/general_functions/
H A Dprint_r.phpt32 +2147483647, // max positive integer
33 +2147483648, // max positive integer + 1
36 0x7FFFFFFF, // max positive hexadecimal integer
38 017777777777, // max posotive octal integer
75 -0x80000001, // float value, beyond max negative int
76 0x80000001, // float value, beyond max positive int
77 020000000001, // float value, beyond max positive int
78 -020000000001 // float value, beyond max negative int
H A Dprint_r_64bit.phpt36 +2147483647, // max positive integer
37 +2147483648, // max positive integer + 1
40 0x7FFFFFFF, // max positive hexadecimal integer
42 017777777777, // max posotive octal integer
79 -0x80000001, // float value, beyond max negative int
80 0x80000001, // float value, beyond max positive int
81 020000000001, // float value, beyond max positive int
82 -020000000001 // float value, beyond max negative int
H A Dvar_dump.phpt30 +2147483647, // max positive integer
31 +2147483648, // max positive integer + 1
34 0x7FFFFFFF, // max positive hexadecimal integer
36 017777777777, // max posotive octal integer
73 -0x80000001, // float value, beyond max negative int
74 0x80000001, // float value, beyond max positive int
75 020000000001, // float value, beyond max positive int
76 -020000000001 // float value, beyond max negative int
H A Dvar_dump_64bit.phpt30 +2147483647, // max positive integer
31 +2147483648, // max positive integer + 1
34 0x7FFFFFFF, // max positive hexadecimal integer
36 017777777777, // max posotive octal integer
73 -0x80000001, // float value, beyond max negative int
74 0x80000001, // float value, beyond max positive int
75 020000000001, // float value, beyond max positive int
76 -020000000001 // float value, beyond max negative int
/PHP-8.3/ext/openssl/tests/
H A Dopenssl_encrypt_chacha20_poly1305.phpt27 // Failing to retrieve tag (max is 16 bytes)
H A Dopenssl_encrypt_gcm.phpt27 // Failing to retrieve tag (max is 16 bytes)
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-8.3/ext/standard/tests/streams/
H A Dbug60106-002.phpt11 /* This figures out the max length for normal sockets */
/PHP-8.3/tests/classes/
H A Diterators_001.phpt18 $more = $this->num < $this->obj->max;
43 public $max = 3;
/PHP-8.3/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-8.3/ext/pcre/pcre2lib/
H A Dpcre2_printint.c676 unsigned int min, max; in pcre2_printint() local
820 max = GET2(ccode,1 + IMM2_SIZE); in pcre2_printint()
821 if (max == 0) fprintf(f, "{%u,}", min); in pcre2_printint()
822 else fprintf(f, "{%u,%u}", min, max); in pcre2_printint()
H A Dpcre2_jit_compile.c1603 max -= min; in get_class_iterator_size()
1605 max = 2; in get_class_iterator_size()
1606 return max; in get_class_iterator_size()
1648 max = 0; in detect_repeat()
1661 max++; in detect_repeat()
7542 if (c > max) max = c; in compile_xclass_matchingpath()
7554 if (c > max) max = c; in compile_xclass_matchingpath()
7569 if (*other_cases > max) max = *other_cases; in compile_xclass_matchingpath()
9455 max = 0; in compile_ref_iterator_matchingpath()
9461 max = 0; in compile_ref_iterator_matchingpath()
[all …]
/PHP-8.3/ext/oci8/tests/
H A Darray_bind_011.phpt66 Warning: oci_bind_array_by_name(): You must provide max length value for empty arrays in %s on line…
/PHP-8.3/ext/standard/tests/strings/
H A Dstr_split_variation7.phpt22 2147483647, //max positive integer number
/PHP-8.3/ext/standard/html_tables/
H A Dhtml_table_gen.php248 $maxencnum = max(array_map(function($e) { return $e['enumid']; }, $encodings));
735 $numelems = max(pow(2, ceil(log(1.5*count($origdp))/log(2))),16);
/PHP-8.3/ext/mysqli/tests/
H A Dbug42378.phpt15 function create_table($link, $column, $min, $max, $engine, $offset) {
36 $col1 = mt_rand($min, $max);
/PHP-8.3/ext/standard/tests/file/
H A Dfscanf_variation8.phpt22 -0x80000001, // float value, beyond max negative int
23 0x800000001, // float value, beyond max positive int
24 020000000001, // float value, beyond max positive int
25 -020000000001, // float value, beyond max negative int
/PHP-8.3/ext/standard/tests/mail/
H A Dbug72964.phpt29 $repeat_count = 20; // we will repeat a max of 20 times

Completed in 245 milliseconds

1234567891011