/PHP-5.5/ext/gd/tests/ |
H A D | imagepolygon_negative.phpt | 2 imagepolygon() with a negative num of points
|
H A D | imagearc_variation2.phpt | 2 Testing passing negative start angle to imagearc() of GD library
|
H A D | imagearc_variation1.phpt | 2 Testing passing negative end angle to imagearc() of GD library
|
H A D | imagefilledarc_variation1.phpt | 2 Testing passing negative end angle to imagefilledarc() of GD library
|
H A D | imagefilledarc_variation2.phpt | 2 Testing passing negative start angle to imagefilledarc() of GD library
|
/PHP-5.5/ext/standard/tests/general_functions/ |
H A D | var_export_basic3.phpt | 18 "-0x80000001" => -0x80000001, // float value, beyond max negative int 21 "-020000000001" => -020000000001, // float value, beyond max negative int
|
H A D | is_int.phpt | 19 -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 D | file_get_contents_error.phpt | 29 echo "\n-- Testing for invalid negative maxlen values --"; 63 -- Testing for invalid negative maxlen values --
|
H A D | file_get_contents_file_put_contents_error.phpt | 31 echo "\n-- Testing for invalid negative maxlen values --"; 67 -- Testing for invalid negative maxlen values --
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | array_pad_variation7.phpt | 32 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 D | array_diff_assoc_variation4.phpt | 39 -2345 => 'negative'), 117 string(8) "negative"
|
H A D | key_variation2.phpt | 33 -2345 => 'negative', 39 -10.5 => 'negative',
|
H A D | bug21918.phpt | 2 Bug #21918 (different handling of positive vs. negative array indexes)
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | sprintf_variation10.phpt | 17 -2147483648, // max negative integer value 25 -0x80000000, // max negative integer as hexadecimal 30 -020000000000, // max negative integer as octal
|
H A D | sprintf_variation3.phpt | 17 -2147483648, // max negative integer value 25 -0x80000000, // max negative integer as hexadecimal 30 -020000000000, // max negative integer as octal
|
H A D | sprintf_variation28.phpt | 23 -2147483648, // max negative integer value 31 -0x80000000, // max negative integer as hexadecimal 36 -020000000000, // max negative integer as octal
|
H A D | sprintf_variation28_64bit.phpt | 19 -2147483648, // max negative integer value 27 -0x80000000, // max negative integer as hexadecimal 32 -020000000000, // max negative integer as octal
|
H A D | sprintf_variation40.phpt | 23 -2147483648, // max negative integer value 31 -0x80000000, // max negative integer as hexadecimal 36 -020000000000, // max negative integer as octal
|
H A D | sprintf_variation40_64bit.phpt | 19 -2147483648, // max negative integer value 27 -0x80000000, // max negative integer as hexadecimal 32 -020000000000, // max negative integer as octal
|
H A D | bug36944.phpt | 2 Bug #36944 (strncmp & strncasecmp do not return false on negative string length)
|
H A D | chunk_split_variation5.phpt | 30 -123, //negative integer 35 -PHP_INT_MAX - 1, //min negative integer
|
H A D | str_split_variation7_64bit.phpt | 31 -123, //negative integer 36 -2147483648, //min negative integer
|
H A D | sprintf_variation19.phpt | 17 -2147483648, // max negative integer value 25 -0x80000000, // max negative integer as hexadecimal 30 -020000000000, // max negative integer as octal
|
H A D | sprintf_variation21.phpt | 17 -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 D | bug43841.phpt | 2 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)
|