/PHP-7.3/ext/standard/tests/strings/ |
H A D | explode_variation5.phpt | 2 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 D | sprintf_variation10.phpt | 19 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 D | sprintf_variation3.phpt | 19 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 D | explode_variation6.phpt | 15 echo "\n-- positive limit with null separator --\n"; 46 -- positive limit with null separator --
|
H A D | sprintf_variation28.phpt | 25 2147483647, // max positive integer value 32 0x7fffffff, // max positive integer as hexadecimal 33 0x7FFFFFFF, // max positive integer as hexadecimal 37 017777777777 // max positive integer as octal
|
/PHP-7.3/Zend/tests/ |
H A D | break_error_001.phpt | 2 'break' error (non positive integers) 10 Fatal error: 'break' operator accepts only positive integers in %sbreak_error_001.php on line 3
|
H A D | bug70804.phpt | 2 Bug #70804 (Unary add on negative zero produces positive zero)
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | var_export_basic1.phpt | 25 '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 D | var_export_basic1_32.phpt | 25 '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 D | strval.phpt | 37 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
|
H A D | intval.phpt | 21 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
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | array_change_key_case_variation3.phpt | 33 12345 => 'positive', 39 10.5 => 'positive', 113 string(8) "positive" 121 string(8) "positive"
|
H A D | array_shift_variation3.phpt | 32 12345 => 'positive', 38 10.5 => 'positive', 115 string(8) "positive" 121 string(8) "positive"
|
H A D | array_values_variation3.phpt | 33 12345 => 'positive', 39 10.5 => 'positive', 115 string(8) "positive" 123 string(8) "positive"
|
H A D | array_merge_variation4.phpt | 36 12345 => 'positive', 42 10.5 => 'positive', 120 string(8) "positive" 138 string(8) "positive" 146 string(8) "positive" 162 string(8) "positive"
|
H A D | array_slice_variation7.phpt | 37 12345 => 'positive', 43 10.5 => 'positive', 124 string(8) "positive" 135 string(8) "positive" 144 string(8) "positive" 153 string(8) "positive"
|
H A D | natcasesort_variation11.phpt | 32 12345 => 'positive', 38 10.5 => 'positive', 125 string(8) "positive" 138 string(8) "positive"
|
H A D | each_variation3.phpt | 33 12345 => 'positive', 39 10.5 => 'positive', 126 string(8) "positive" 128 string(8) "positive"
|
H A D | shuffle_variation3.phpt | 19 // 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 D | shuffle_variation4.phpt | 19 // 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.3/ext/gmp/tests/ |
H A D | gmp_random_bits.phpt | 40 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 D | gmp_root.phpt | 54 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 D | gmp_remroot.phpt | 102 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.3/ext/opcache/tests/ |
H A D | bug76711.phpt | 2 Bug #76711 OPcache enabled triggers false-positive "Illegal string offset"
|
/PHP-7.3/ext/gd/tests/ |
H A D | bug72730.phpt | 14 Warning: imagegammacorrect(): Gamma values should be positive in %sbug72730.php on line %d
|