Home
last modified time | relevance | path

Searched refs:negative (Results 101 – 125 of 209) sorted by relevance

123456789

/PHP-8.1/ext/standard/tests/strings/
H A Dsprintf_variation46.phpt12 -2147483648, // max negative integer value
20 -0x80000000, // max negative integer as hexadecimal
25 -020000000000, // max negative integer as octal
H A Dchunk_split_variation5.phpt24 -123, //negative integer
29 -PHP_INT_MAX - 1, //min negative integer
H A Dbug36944.phpt2 Bug #36944 (strncmp & strncasecmp do not return false on negative string length)
H A Dsprintf_variation34_64bit.phpt14 -2147483648, // max negative integer value
22 -0x80000000, // max negative integer as hexadecimal
27 -020000000000, // max negative integer as octal
H A Dstrrpos_negative_offset.phpt2 strr[i]pos() function with negative offset
/PHP-8.1/ext/gd/tests/
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-8.1/ext/standard/tests/array/
H A Darray_shift_variation3.phpt28 -2345 => 'negative',
100 string(8) "negative"
H A Darray_values_variation3.phpt29 -2345 => 'negative',
100 string(8) "negative"
H A Darray_change_key_case_variation3.phpt29 -2345 => 'negative',
98 string(8) "negative"
H A Dnatcasesort_variation11.phpt28 -2345 => 'negative',
104 string(8) "negative"
H A Dbug21918.phpt2 Bug #21918 (different handling of positive vs. negative array indexes)
H A Dbug41121.phpt16 // negative steps
H A Darray_pad_variation4.phpt21 var_dump( array_pad($input, -$pad_size, $binary) ); // negative 'pad_size'
/PHP-8.1/Zend/tests/
H A Dstr_offset_003.phpt5 // Test negative string offsets
H A Darray_offset.phpt2 Ensure "undefined offset" notice formats message correctly when undefined key is negative
H A Dstr_offset_004.phpt5 // Test assignments using (positive and negative) string offsets
/PHP-8.1/ext/standard/tests/general_functions/
H A Dis_int.phpt15 -2147483648, // max negative integer value
23 -0x80000000, // max negative integer as hexadecimal
28 -020000000000, // max negative integer as octal
56 -0x80000001, // float value, beyond max negative int
59 -020000000001, // float value, beyond max negative int
H A Dis_int_64bit.phpt17 -2147483648, // max negative integer value
25 -0x80000000, // max negative integer as hexadecimal
30 -020000000000, // max negative integer as octal
58 -0x80000001, // float value, beyond max negative int
61 -020000000001, // float value, beyond max negative int
H A Dis_callable_variation2.phpt32 -100123456782, // negative value
33 -2.000000, // negative float value
/PHP-8.1/ext/opcache/tests/jit/
H A Dshift_right_001.phpt43 Exception (ArithmeticError): Bit shift by negative number
H A Dshift_left_002.phpt49 Exception (ArithmeticError): Bit shift by negative number
H A Dshift_right_002.phpt55 Exception (ArithmeticError): Bit shift by negative number
/PHP-8.1/ext/gmp/tests/
H A Dgmp_root.phpt56 gmp_root(): Argument #2 ($nth) must be odd if argument #1 ($a) is negative
/PHP-8.1/ext/date/tests/
H A Dbug50055.phpt14 //negative DateInterval

Completed in 30 milliseconds

123456789