Home
last modified time | relevance | path

Searched refs:negative (Results 26 – 50 of 209) sorted by relevance

123456789

/PHP-8.1/ext/standard/tests/array/
H A Dbug52534.phpt2 Bug #52534 (var_export array with negative key)
H A Dshuffle_variation3.phpt17 // array with negative int values
23 // array with negative float values
35 // array with negative hexa values
41 // array with negative octal values
H A Dshuffle_variation4.phpt17 // array with negative int values
23 // array with negative float values
35 // array with negative hexa values
41 // array with negative octal values
/PHP-8.1/ext/standard/tests/general_functions/
H A Dintval.phpt15 '-2147483648', // max negative integer value
23 -0x80000000, // max negative integer as hexadecimal
28 -020000000000, // max negative integer as octal
75 '-0x80000001', // float value, beyond max negative int
78 '-020000000001', // float value, beyond max negative int
H A Dstrval.phpt31 -2147483648, // max negative integer value
41 -0x80000000, // max negative integer as hexadecimal
46 -020000000000, // max negative integer as octal
50 -0x80000001, // float value, beyond max negative int
53 -020000000001, // float value, beyond max negative int
/PHP-8.1/ext/standard/tests/math/
H A Dbug21523.phpt2 Bug #21523 (number_format tries to allocate negative amount of memory)
H A Dnumber_format_negative_zero.phpt2 Prevent number_format from returning negative zero
/PHP-8.1/Zend/tests/
H A Dbug34879.phpt2 Bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms)
H A Dbug70804.phpt2 Bug #70804 (Unary add on negative zero produces positive zero)
/PHP-8.1/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_error.phpt15 echo "\n-- Testing for invalid negative maxlen values --\n";
41 -- Testing for invalid negative maxlen values --
H A Dfile_get_contents_error.phpt19 echo "\n-- Testing for invalid negative maxlen values --\n";
49 -- Testing for invalid negative maxlen values --
/PHP-8.1/ext/bcmath/tests/
H A Dbccomp_variation002.phpt2 bccomp() with negative value
/PHP-8.1/ext/standard/tests/strings/
H A Dexplode_variation6.phpt13 echo "\n-- negative limit (since PHP 5.1) with null separator --\n";
44 -- negative limit (since PHP 5.1) with null separator --
H A Dstr_pad_variation2.phpt13 -PHP_INT_MAX, // huge negative value
14 -1, // negative value
H A Dsprintf_variation10.phpt12 -2147483648, // max negative integer value
20 -0x80000000, // max negative integer as hexadecimal
25 -020000000000, // max negative integer as octal
H A Dsprintf_variation28.phpt18 -2147483648, // max negative integer value
26 -0x80000000, // max negative integer as hexadecimal
31 -020000000000, // max negative integer as octal
H A Dsprintf_variation28_64bit.phpt14 -2147483648, // max negative integer value
22 -0x80000000, // max negative integer as hexadecimal
27 -020000000000, // max negative integer as octal
H A Dsprintf_variation3.phpt12 -2147483648, // max negative integer value
20 -0x80000000, // max negative integer as hexadecimal
25 -020000000000, // max negative integer as octal
H A Dsprintf_variation40.phpt18 -2147483648, // max negative integer value
26 -0x80000000, // max negative integer as hexadecimal
31 -020000000000, // max negative integer as octal
H A Dsprintf_variation40_64bit.phpt14 -2147483648, // max negative integer value
22 -0x80000000, // max negative integer as hexadecimal
27 -020000000000, // max negative integer as octal
/PHP-8.1/ext/date/tests/
H A Dbug41842.phpt2 Bug #41842 (Cannot create years < 0100 & negative years with date_create or new DateTime)
/PHP-8.1/ext/spl/tests/
H A DSplFixedArray_offsetExists_less_than_zero.phpt2 SPL FixedArray offsetExists behaviour on a negative index
H A Dfixedarray_021.phpt12 /* negative init value */
19 /* resize and negative value */
/PHP-8.1/ext/gmp/tests/
H A Dgmp_random_seed.phpt34 // negative int
46 // negative gmp
85 // large negative gmp
/PHP-8.1/ext/intl/tests/
H A Dbug72061.phpt2 Bug #72061: Out-of-bounds reads in zif_grapheme_stripos with negative offset

Completed in 36 milliseconds

123456789