Home
last modified time | relevance | path

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

12345678910

/PHP-7.2/Zend/tests/
H A Dneg_num_string.phpt2 Test edge-cases for negative num strings in interpolated string offsets
H A Dstr_offset_003.phpt5 // Test negative string offsets
H A Dstr_offset_004.phpt5 // Test assignments using (positive and negative) string offsets
/PHP-7.2/ext/gmp/tests/
H A Dgmp_random_seed-32bit.phpt43 // negative int
59 // negative gmp
110 // large negative gmp
H A Dgmp_random_seed.phpt43 // negative int
59 // negative gmp
110 // large negative gmp
/PHP-7.2/ext/date/tests/
H A Dbug68078_negative.phpt2 Comparing datetime objects with negative timestamps should account for microseconds
/PHP-7.2/ext/standard/tests/array/
H A Darray_pad_variation7.phpt32 var_dump( array_pad($input, -$pad_size, $pad_value) ); // negative 'pad_size'
37 var_dump( array_pad($input[1], -$pad_size, $pad_value) ); // negative 'pad_size'
H A Darray_diff_assoc_variation4.phpt38 -2345 => 'negative'),
114 string(8) "negative"
H A Dkey_variation2.phpt33 -2345 => 'negative',
39 -10.5 => 'negative',
/PHP-7.2/ext/standard/tests/file/
H A Dfile_get_contents_error.phpt29 echo "\n-- Testing for invalid negative maxlen values --";
63 -- Testing for invalid negative maxlen values --
H A Dfile_get_contents_file_put_contents_error.phpt31 echo "\n-- Testing for invalid negative maxlen values --";
67 -- Testing for invalid negative maxlen values --
/PHP-7.2/ext/standard/tests/general_functions/
H A Dvar_export_basic3.phpt18 "-0x80000001" => (float)-0x80000001, // float value, beyond max negative int
21 "-020000000001" => (float)-020000000001, // float value, beyond max negative int
/PHP-7.2/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
H A Dimagefilledarc_variation1.phpt2 Testing passing negative end angle to imagefilledarc() of GD library
H A Dimagefilledarc_variation2.phpt2 Testing passing negative start angle to imagefilledarc() of GD library
/PHP-7.2/ext/standard/tests/strings/
H A Dsprintf_variation10.phpt17 -2147483648, // max negative integer value
25 -0x80000000, // max negative integer as hexadecimal
30 -020000000000, // max negative integer as octal
H A Dsprintf_variation3.phpt17 -2147483648, // max negative integer value
25 -0x80000000, // max negative integer as hexadecimal
30 -020000000000, // max negative integer as octal
H A Dbug36944.phpt2 Bug #36944 (strncmp & strncasecmp do not return false on negative string length)
H A Dsprintf_variation28.phpt23 -2147483648, // max negative integer value
31 -0x80000000, // max negative integer as hexadecimal
36 -020000000000, // max negative integer as octal
H A Dsprintf_variation28_64bit.phpt19 -2147483648, // max negative integer value
27 -0x80000000, // max negative integer as hexadecimal
32 -020000000000, // max negative integer as octal
H A Dsprintf_variation40.phpt23 -2147483648, // max negative integer value
31 -0x80000000, // max negative integer as hexadecimal
36 -020000000000, // max negative integer as octal
H A Dsprintf_variation40_64bit.phpt19 -2147483648, // max negative integer value
27 -0x80000000, // max negative integer as hexadecimal
32 -020000000000, // max negative integer as octal
H A Dstrrpos_negative_offset.phpt2 strr[i]pos() function with negative offset
/PHP-7.2/ext/mbstring/tests/
H A Dbug43841.phpt2 Test mb_strrpos() function : mb_strrpos offset is byte count for negative values
16 * Test that mb_strrpos offset is byte count for negative values (should be character count)

Completed in 53 milliseconds

12345678910