Home
last modified time | relevance | path

Searched refs:positive (Results 1 – 25 of 141) sorted by relevance

123456

/PHP-7.4/ext/standard/tests/strings/
H A Dexplode_variation5.phpt2 Test explode() function : usage variations - positive and negative limits
11 echo "*** Testing explode() function: positive and negative limits ***\n";
14 echo "\n-- positive limit --\n";
25 *** Testing explode() function: positive and negative limits ***
27 -- positive limit --
H A Dsprintf_variation10.phpt19 2147483647, // max positive integer value
26 0x7fffffff, // max positive integer as hexadecimal
27 0x7FFFFFFF, // max positive integer as hexadecimal
31 017777777777 // max positive integer as octal
H A Dsprintf_variation3.phpt19 2147483647, // max positive integer value
26 0x7fffffff, // max positive integer as hexadecimal
27 0x7FFFFFFF, // max positive integer as hexadecimal
31 017777777777 // max positive integer as octal
H A Dexplode_variation6.phpt15 echo "\n-- positive limit with null separator --\n";
46 -- positive limit with null separator --
/PHP-7.4/Zend/tests/
H A Dbreak_error_001.phpt2 'break' error (non positive integers)
10 Fatal error: 'break' operator accepts only positive integers in %sbreak_error_001.php on line 3
H A Dbug70804.phpt2 Bug #70804 (Unary add on negative zero produces positive zero)
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_export_basic1.phpt25 '2147483647' => 2147483647, // max positive integer value
32 "'0x7fffffff'" => '0x7fffffff', // max positive integer as hexadecimal
33 "0x7FFFFFFF" => 0x7FFFFFFF, // max positive integer as hexadecimal
37 "017777777777" => 017777777777, // max positive integer as octal
H A Dvar_export_basic1_32.phpt25 '2147483647' => 2147483647, // max positive integer value
32 "'0x7fffffff'" => '0x7fffffff', // max positive integer as hexadecimal
33 "0x7FFFFFFF" => 0x7FFFFFFF, // max positive integer as hexadecimal
37 "017777777777" => 017777777777, // max positive integer as octal
H A Dintval.phpt21 2147483647, // max positive integer value
28 '0x7fffffff', // max positive integer as hexadecimal
29 0x7FFFFFFF, // max positive integer as hexadecimal
33 017777777777, // max positive integer as octal
80 '0x800000001', // float value, beyond max positive int
81 '020000000001', // float value, beyond max positive int
H A Dstrval.phpt37 2147483647, // max positive integer value
46 0x7fffffff, // max positive integer as hexadecimal
47 0x7FFFFFFF, // max positive integer as hexadecimal
51 017777777777, // max positive integer as octal
55 0x800000001, // float value, beyond max positive int
56 020000000001, // float value, beyond max positive int
/PHP-7.4/ext/standard/tests/array/
H A Darray_change_key_case_variation3.phpt33 12345 => 'positive',
39 10.5 => 'positive',
113 string(8) "positive"
121 string(8) "positive"
H A Darray_values_variation3.phpt33 12345 => 'positive',
39 10.5 => 'positive',
115 string(8) "positive"
123 string(8) "positive"
H A Darray_shift_variation3.phpt32 12345 => 'positive',
38 10.5 => 'positive',
115 string(8) "positive"
121 string(8) "positive"
H A Darray_merge_variation4.phpt36 12345 => 'positive',
42 10.5 => 'positive',
120 string(8) "positive"
138 string(8) "positive"
146 string(8) "positive"
162 string(8) "positive"
H A Darray_slice_variation7.phpt37 12345 => 'positive',
43 10.5 => 'positive',
124 string(8) "positive"
135 string(8) "positive"
144 string(8) "positive"
153 string(8) "positive"
H A Dnatcasesort_variation11.phpt32 12345 => 'positive',
38 10.5 => 'positive',
125 string(8) "positive"
138 string(8) "positive"
H A Deach_variation3.phpt33 12345 => 'positive',
39 10.5 => 'positive',
126 string(8) "positive"
128 string(8) "positive"
H A Dshuffle_variation3.phpt19 // array with positive int values
25 // array with positive float values
37 // array with positive hexa values
43 // array with positive octal values
H A Dshuffle_variation4.phpt19 // array with positive int values
25 // array with positive float values
37 // array with positive hexa values
43 // array with positive octal values
/PHP-7.4/ext/gmp/tests/
H A Dgmp_random_bits.phpt40 Warning: gmp_random_bits(): The number of bits must be positive in %s on line %d
43 Warning: gmp_random_bits(): The number of bits must be positive in %s on line %d
H A Dgmp_root.phpt54 Warning: gmp_root(): The root must be positive in %s on line %d
57 Warning: gmp_root(): The root must be positive in %s on line %d
H A Dgmp_remroot.phpt102 Warning: gmp_rootrem(): The root must be positive in %s on line %d
105 Warning: gmp_rootrem(): The root must be positive in %s on line %d
/PHP-7.4/ext/gd/tests/
H A Dbug72730.phpt14 Warning: imagegammacorrect(): Gamma values should be positive in %sbug72730.php on line %d
/PHP-7.4/ext/opcache/tests/
H A Dbug76711.phpt2 Bug #76711 OPcache enabled triggers false-positive "Illegal string offset"
/PHP-7.4/Zend/tests/traits/
H A Dbug76700.phpt2 Bug #76700 (false-positive "Error: Call to protected method" when using trait aliases)

Completed in 26 milliseconds

123456