Home
last modified time | relevance | path

Searched refs:negative (Results 76 – 100 of 209) sorted by relevance

123456789

/PHP-8.1/ext/opcache/tests/jit/
H A Dassign_op_001.phpt29 Bit shift by negative number
H A Dadd_014.phpt25 Bit shift by negative number
H A Dreg_alloc_009.phpt20 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sreg_alloc_009.php:4
H A Dshift_left_001.phpt37 Exception (ArithmeticError): Bit shift by negative number
/PHP-8.1/ext/standard/tests/file/
H A Dfile_get_contents_error002.phpt2 file_get_contents() test using negative parameter for length (last parameter)
H A Dfgetcsv_error_conditions.phpt13 echo 'fgetcsv() with negative length' . \PHP_EOL;
52 fgetcsv() with negative length
/PHP-8.1/ext/standard/tests/array/
H A Darray_fill_error.phpt7 // calling array_fill with negative values for 'num' parameter
H A Darray_diff_assoc_variation4.phpt32 -2345 => 'negative'),
101 string(8) "negative"
H A Darray_pad_variation7.phpt27 var_dump( array_pad($input, -$pad_size, $pad_value) ); // negative 'pad_size'
32 var_dump( array_pad($input[1], -$pad_size, $pad_value) ); // negative 'pad_size'
H A Dnegative_index.phpt2 Test arrays starting with negative indices
H A Darray_merge_variation4.phpt32 -2345 => 'negative',
105 string(8) "negative"
123 string(8) "negative"
H A Darray_slice_variation7.phpt33 -2345 => 'negative',
109 string(8) "negative"
120 string(8) "negative"
/PHP-8.1/ext/mbstring/tests/
H A Dbug43841.phpt2 Test mb_strrpos() function : mb_strrpos offset is byte count for negative values
8 * Test that mb_strrpos offset is byte count for negative values (should be character count)
/PHP-8.1/ext/standard/tests/strings/
H A Dstr_split_variation7.phpt19 -123, //negative integer
23 -2147483648, //min negative integer
H A Dsprintf_variation4.phpt18 var_dump(sprintf("%%u = '%u'", $u)); // unsigned integer representation of a negative integer
H A Dsprintf_variation4_64bit.phpt18 var_dump(sprintf("%%u = '%u'", $u)); // unsigned integer representation of a negative integer
H A Dlevenshtein_error_conditions.phpt23 // TODO ValueError for negative costs?
H A Dstr_split_variation6.phpt17 -123, //negative integer
21 -2147483648, //min negative integer
H A Dsprintf_variation34.phpt18 -2147483648, // max negative integer value
26 -0x80000000, // max negative integer as hexadecimal
31 -020000000000, // max negative integer as octal
/PHP-8.1/ext/standard/tests/general_functions/
H A Dvar_export_basic3.phpt12 "-0x80000001" => (float)-0x80000001, // float value, beyond max negative int
15 "-020000000001" => (float)-020000000001, // float value, beyond max negative int
/PHP-8.1/ext/standard/tests/misc/
H A Dtime_nanosleep_error5.phpt14 …ught ValueError: Nanoseconds was not in the range 0 to 999 999 999 or seconds was negative in %s:%d
/PHP-8.1/Zend/tests/numeric_strings/
H A Dneg_num_string.phpt2 Test edge-cases for negative num strings in interpolated string offsets
/PHP-8.1/ext/gd/tests/
H A Dimagearc_variation1.phpt2 Testing passing negative end angle to imagearc() of GD library
H A Dimagearc_variation2.phpt2 Testing passing negative start angle to imagearc() of GD library
/PHP-8.1/ext/date/tests/
H A Dbug68078_negative.phpt2 Comparing datetime objects with negative timestamps should account for microseconds

Completed in 22 milliseconds

123456789