Home
last modified time | relevance | path

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

12345678

/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_int_64bit.phpt21 -2147483648, // max negative integer value
29 -0x80000000, // max negative integer as hexadecimal
34 -020000000000, // max negative integer as octal
62 -0x80000001, // float value, beyond max negative int
65 -020000000001, // float value, beyond max negative int
H A Dis_callable_variation2.phpt44 -100123456782, // negative value
45 -2.000000, // negative float value
/PHP-5.5/ext/standard/tests/array/
H A Dbug41121.phpt16 // negative steps
H A Darray_push_variation6.phpt36 -2345 => 'negative',
42 -10.5 => 'negative',
H A Deach_variation3.phpt34 -2345 => 'negative',
40 -10.5 => 'negative',
H A Darray_rand_variation4.phpt21 /*1*/ array(1 => 'one', 2 => 2, 1234567890 => 'big', -1 => 'negative key',
23 2e2 => 'exp key1', -2e3 => 'negative exp key'),
H A Darray_pad_variation4.phpt26 var_dump( array_pad($input, -$pad_size, $binary) ); // negative 'pad_size'
H A Dnatcasesort_variation3.phpt22 // negative/positive integers array
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_split_variation6.phpt29 -123, //negative integer
34 -2147483648, //min negative integer
H A Dstr_split_variation6_64bit.phpt29 -123, //negative integer
34 -2147483648, //min negative integer
H A Dstr_split_variation7.phpt31 -123, //negative integer
36 -2147483648, //min negative integer
H A Dsprintf_variation34.phpt23 -2147483648, // max negative integer value
31 -0x80000000, // max negative integer as hexadecimal
36 -020000000000, // max negative integer as octal
H A Dsprintf_variation46.phpt17 -2147483648, // max negative integer value
25 -0x80000000, // max negative integer as hexadecimal
30 -020000000000, // max negative integer as octal
H A Dsprintf_variation34_64bit.phpt19 -2147483648, // max negative integer value
27 -0x80000000, // max negative integer as hexadecimal
32 -020000000000, // max negative integer as octal
H A Dchunk_split_variation8.phpt36 -123, //negative integer
41 -PHP_INT_MAX - 1, // min negative integer
/PHP-5.5/ext/date/tests/
H A Dbug50055.phpt14 //negative DateInterval
H A DDateTime_data-dates.inc41 * Particular days, negative
H A Dstrftime_variation23.phpt2 Test strftime() function : usage variation - Checking large positive and negative float values to t…
H A Dgetdate_variation7.phpt2 Test getdate() function : usage variation - Passing high positive and negative float values to time…
H A Dgmmktime_variation9.phpt2 Test gmmktime() function : usage variation - Passing positive and negative float values to argument…
/PHP-5.5/ext/standard/tests/file/
H A Dphp_fd_wrapper_03.phpt18 Warning: fopen(php://fd/-2): failed to open stream: The file descriptors must be non-negative numbe…
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE76 * \p{^property-name} (negative)
77 * \P{property-name} (negative)
151 ^... negative class (lowest precedence operator)
219 (?!subexp) negative look-ahead
221 (?<!subexp) negative look-behind
228 In negative-look-behind, captured group isn't allowed,
406 + negative POSIX bracket [:^xxxx:] is supported.
/PHP-5.5/ext/bz2/tests/
H A D003.phpt27 Warning: bzread(): length may not be negative in %s on line %d
/PHP-5.5/ext/oci8/tests/
H A Dcoll_016.phpt2 collections and negative/too big element indexes
H A Dcoll_016_func.phpt2 collections and negative/too big element indexes

Completed in 27 milliseconds

12345678