Home
last modified time | relevance | path

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

123456789

/PHP-5.4/ext/standard/tests/file/
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
/PHP-5.4/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.4/tests/lang/operators/
H A Doperator_gt_variation_64bit.phpt2 Test > operator : max int 64bit range
H A Doperator_lt_variation.phpt2 Test < operator : max int 32bit range
H A Doperator_gt_variation.phpt2 Test > operator : max int 32bit range
H A Doperator_lt_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_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_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_lt_or_equal_variation.phpt2 Test <= operator : max int 32bit range
H A Doperator_notequals_variation_64bit.phpt2 Test == operator : max int 64bit range
/PHP-5.4/Zend/
H A Dzend_ptr_stack.c31 stack->top = stack->max = 0; in zend_ptr_stack_init_ex()
/PHP-5.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.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 Dprint_r_64bit.phpt42 +2147483647, // max positive integer
43 +2147483648, // max positive integer + 1
46 0x7FFFFFFF, // max positive hexadecimal integer
48 017777777777, // max posotive octal integer
85 -0x80000001, // float value, beyond max negative int
86 0x80000001, // float value, beyond max positive int
87 020000000001, // float value, beyond max positive int
88 -020000000001 // float value, beyond max negative int
/PHP-5.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

Completed in 29 milliseconds

123456789