Home
last modified time | relevance | path

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

1234567891011

/php-src/tests/lang/operators/
H A Doperator_identical_variation.phpt2 Test === operator : max int 32bit range
H A Doperator_identical_variation_64bit.phpt2 Test === operator : max int 64bit range
H A Doperator_notequals_variation.phpt2 Test != operator : max int 32bit range
H A Doperator_notequals_variation_64bit.phpt2 Test == operator : max int 64bit range
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-src/Zend/
H A Dzend_ptr_stack.c27 stack->top = stack->max = 0; in zend_ptr_stack_init_ex()
/php-src/ext/random/
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.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.c166 static zend_long range(void *state, zend_long min, zend_long max) in range() argument
171 }, min, max); in range()
/php-src/scripts/dev/
H A Dbless_tests.php182 $max = $n + $m;
185 for ($d = 0; $d <= $max; $d++) {
/php-src/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-src/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-src/tests/classes/
H A Diterators_001.phpt18 $more = $this->num < $this->obj->max;
43 public $max = 3;
/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/pcre/pcre2lib/
H A Dpcre2_printint.c820 unsigned int min, max; in pcre2_printint() local
839 max = GET2(ccode,1 + IMM2_SIZE); 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()
H A Dpcre2_jit_compile.c1689 max -= min; in get_class_iterator_size()
1691 max = 2; in get_class_iterator_size()
1692 return max; in get_class_iterator_size()
1734 max = 0; in detect_repeat()
1747 max++; in detect_repeat()
7688 if (c > max) max = c; in compile_xclass_matchingpath()
7700 if (c > max) max = c; in compile_xclass_matchingpath()
7716 if (*other_cases > max) max = *other_cases; in compile_xclass_matchingpath()
9599 max = 0; in compile_ref_iterator_matchingpath()
9605 max = 0; in compile_ref_iterator_matchingpath()
[all …]
/php-src/ext/standard/tests/strings/
H A Dstr_split_variation7.phpt22 2147483647, //max positive integer number
/php-src/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-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 68 milliseconds

1234567891011