Home
last modified time | relevance | path

Searched refs:max (Results 101 – 125 of 216) sorted by relevance

123456789

/PHP-5.5/tests/lang/operators/
H A Doperator_lt_variation.phpt2 Test < operator : max int 32bit range
H A Doperator_lt_variation_64bit.phpt2 Test < operator : max int 64bit range
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-5.5/ext/oci8/tests/
H A Dbind_sqltafc.phpt38 $c3 = "AAAAAAAAAA"; // max length allowed in column
39 $c4 = "BBBBBBBBBB"; // max length allowed in column
/PHP-5.5/ext/standard/tests/file/
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_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_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-5.5/Zend/
H A Dzend_ptr_stack.c31 stack->top = stack->max = 0; in zend_ptr_stack_init_ex()
/PHP-5.5/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-5.5/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

Completed in 51 milliseconds

123456789