Home
last modified time | relevance | path

Searched refs:negative (Results 51 – 75 of 183) sorted by relevance

12345678

/PHP-5.5/ext/gd/tests/
H A Dimagepolygon_negative.phpt2 imagepolygon() with a negative num of points
H A Dimagearc_variation2.phpt2 Testing passing negative start angle to imagearc() of GD library
H A Dimagearc_variation1.phpt2 Testing passing negative end 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-5.5/ext/standard/tests/general_functions/
H A Dvar_export_basic3.phpt18 "-0x80000001" => -0x80000001, // float value, beyond max negative int
21 "-020000000001" => -020000000001, // float value, beyond max negative int
H A Dis_int.phpt19 -2147483648, // max negative integer value
27 -0x80000000, // max negative integer as hexadecimal
32 -020000000000, // max negative integer as octal
60 -0x80000001, // float value, beyond max negative int
63 -020000000001, // float value, beyond max negative int
/PHP-5.5/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-5.5/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.phpt39 -2345 => 'negative'),
117 string(8) "negative"
H A Dkey_variation2.phpt33 -2345 => 'negative',
39 -10.5 => 'negative',
H A Dbug21918.phpt2 Bug #21918 (different handling of positive vs. negative array indexes)
/PHP-5.5/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 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 Dbug36944.phpt2 Bug #36944 (strncmp & strncasecmp do not return false on negative string length)
H A Dchunk_split_variation5.phpt30 -123, //negative integer
35 -PHP_INT_MAX - 1, //min negative integer
H A Dstr_split_variation7_64bit.phpt31 -123, //negative integer
36 -2147483648, //min negative integer
H A Dsprintf_variation19.phpt17 -2147483648, // max negative integer value
25 -0x80000000, // max negative integer as hexadecimal
30 -020000000000, // max negative integer as octal
H A Dsprintf_variation21.phpt17 -2147483648, // max negative integer value
25 -0x80000000, // max negative integer as hexadecimal
30 -020000000000, // max negative integer as octal
/PHP-5.5/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 35 milliseconds

12345678