Home
last modified time | relevance | path

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

1234567891011

/PHP-7.3/ext/standard/tests/math/
H A Drand_variation2.phpt2 Test rand() function : usage variations - different data types as $max argument
7 /* Prototype : int rand ([ int $min , int $max ] )
/PHP-7.3/ext/standard/tests/file/
H A Dfscanf_variation15.phpt28 -0x80000001, // float value, beyond max negative int
29 0x800000001, // float value, beyond max positive int
30 020000000001, // float value, beyond max positive int
31 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation21.phpt28 -0x80000001, // float value, beyond max negative int
29 0x800000001, // float value, beyond max positive int
30 020000000001, // float value, beyond max positive int
31 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation28.phpt28 -0x80000001, // float value, beyond max negative int
29 0x800000001, // float value, beyond max positive int
30 020000000001, // float value, beyond max positive int
31 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation3.phpt34 -0x80000001, // float value, beyond max negative int
35 0x800000001, // float value, beyond max positive int
36 020000000001, // float value, beyond max positive int
37 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation34.phpt34 -0x80000001, // float value, beyond max negative int
35 0x800000001, // float value, beyond max positive int
36 020000000001, // float value, beyond max positive int
37 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation40.phpt34 -0x80000001, // float value, beyond max negative int
35 0x800000001, // float value, beyond max positive int
36 020000000001, // float value, beyond max positive int
37 -020000000001, // float value, beyond max negative int
H A Dfscanf_variation46.phpt28 -0x80000001, // float value, beyond max negative int
29 0x800000001, // float value, beyond max positive int
30 020000000001, // float value, beyond max positive int
31 -020000000001, // float value, beyond max negative int
/PHP-7.3/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
/PHP-7.3/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
/PHP-7.3/tests/classes/
H A Diterators_001.phpt18 $more = $this->num < $this->obj->max;
43 public $max = 3;
/PHP-7.3/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
/PHP-7.3/Zend/
H A Dzend_ptr_stack.c29 stack->top = stack->max = 0; in zend_ptr_stack_init_ex()

Completed in 50 milliseconds

1234567891011