Home
last modified time | relevance | path

Searched refs:max (Results 126 – 150 of 245) sorted by relevance

12345678910

/PHP-7.4/tests/lang/operators/
H A Doperator_equals_variation.phpt2 Test == operator : max int 32bit range
H A Doperator_equals_variation_64bit.phpt2 Test == operator : max int 64bit range
H A Doperator_gt_or_equal_variation.phpt2 Test >= operator : max int 32bit range
H A Doperator_gt_or_equal_variation_64bit.phpt2 Test >= operator : max int 64bit range
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_lt_or_equal_variation.phpt2 Test <= operator : max int 32bit range
H A Doperator_lt_or_equal_variation_64bit.phpt2 Test <= operator : max int 64bit range
H A Doperator_notequals_variation.phpt2 Test != operator : max int 32bit 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
H A Doperator_notequals_variation_64bit.phpt2 Test == operator : max int 64bit range
/PHP-7.4/Zend/
H A Dzend_ptr_stack.c27 stack->top = stack->max = 0; in zend_ptr_stack_init_ex()
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation41.phpt21 0x800000001, // float value, beyond max positive int
22 020000000001, // float value, beyond max positive int
H A Dsprintf_variation41_64bit.phpt17 0x800000001, // float value, beyond max positive int
18 020000000001, // float value, beyond max positive int
H A Dsprintf_variation35.phpt21 0x800000001, // float value, beyond max positive int
22 020000000001, // float value, beyond max positive int
H A Dsprintf_variation35_64bit.phpt17 0x800000001, // float value, beyond max positive int
18 020000000001, // float value, beyond max positive int
/PHP-7.4/tests/classes/
H A Diterators_001.phpt18 $more = $this->num < $this->obj->max;
43 public $max = 3;
/PHP-7.4/scripts/dev/
H A Dbless_tests.php178 $max = $n + $m;
181 for ($d = 0; $d <= $max; $d++) {
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_float.phpt18 -0x80000001, // float value, beyond max negative int
19 0x800000001, // float value, beyond max positive int
20 020000000001, // float value, beyond max positive int
21 -020000000001, // float value, beyond max negative int
H A Dis_float_64bit.phpt20 -0x80000001, // float value, beyond max negative int
21 0x800000001, // float value, beyond max positive int
22 020000000001, // float value, beyond max positive int
23 -020000000001, // float value, beyond max negative int
H A Dprint_r.phpt37 +2147483647, // max positive integer
38 +2147483648, // max positive integer + 1
41 0x7FFFFFFF, // max positive hexadecimal integer
43 017777777777, // max posotive octal integer
80 -0x80000001, // float value, beyond max negative int
81 0x80000001, // float value, beyond max positive int
82 020000000001, // float value, beyond max positive int
83 -020000000001 // float value, beyond max negative int
H A Dprint_r_64bit.phpt41 +2147483647, // max positive integer
42 +2147483648, // max positive integer + 1
45 0x7FFFFFFF, // max positive hexadecimal integer
47 017777777777, // max posotive octal integer
84 -0x80000001, // float value, beyond max negative int
85 0x80000001, // float value, beyond max positive int
86 020000000001, // float value, beyond max positive int
87 -020000000001 // float value, beyond max negative int
H A Dfloatval.phpt62 -2147483648, // max negative integer value
63 2147483648, // max positive integer value
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_printint.c645 unsigned int min, max; in pcre2_printint() local
788 max = GET2(ccode,1 + IMM2_SIZE); in pcre2_printint()
789 if (max == 0) fprintf(f, "{%u,}", min); in pcre2_printint()
790 else fprintf(f, "{%u,%u}", min, max); in pcre2_printint()

Completed in 27 milliseconds

12345678910