Home
last modified time | relevance | path

Searched refs:negative (Results 126 – 150 of 228) sorted by relevance

12345678910

/PHP-7.2/ext/bz2/tests/
H A D003.phpt27 Warning: bzread(): length may not be negative in %s on line %d
/PHP-7.2/ext/standard/tests/array/
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 Deach_variation3.phpt34 -2345 => 'negative',
40 -10.5 => 'negative',
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
H A Darray_walk_recursive_variation5.phpt28 …* Description : function checks for the value whether positive or negative and displays according …
H A Darray_walk_variation5.phpt28 …* Description : function checks for the value whether positive or negative and displays according …
H A Darray_pad_variation5.phpt30 var_dump( array_pad($input, -$pad_size, $pad_value) ); // negative 'pad_value'
H A Deach.phpt22 array(-5 => "negative5", -.05 => "negative.05")
568 string(11) "negative.05"
570 string(11) "negative.05"
/PHP-7.2/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt36 -123, //negative integer
41 -PHP_INT_MAX - 1, // min negative integer
H A Dsprintf_f_2.phpt47 var_dump(sprintf("%%u = '%u'", $u)); // unsigned integer representation of a negative integer
55 var_dump(sprintf("%%+d = '%+d'", $u)); // sign specifier on a negative integer
H A Dsprintf_variation16.phpt16 -0x80000001, // float value, beyond max negative int
19 -020000000001, // float value, beyond max negative int
H A Dsprintf_variation47.phpt16 -0x80000001, // float value, beyond max negative int
19 -020000000001, // float value, beyond max negative int
/PHP-7.2/ext/gmp/tests/
H A Dgmp_remroot.phpt87 Warning: gmp_rootrem(): Can't take even root of negative number in %s on line %d
H A Doverloading.phpt241 Warning: main(): Shift cannot be negative in %s on line %d
244 Warning: main(): Shift cannot be negative in %s on line %d
/PHP-7.2/ext/date/tests/
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…
H A Dstrftime_variation23.phpt2 Test strftime() function : usage variation - Checking large positive and negative float values to t…
/PHP-7.2/ext/gd/tests/
H A Dbug66356.phpt41 Warning: imagecrop(): gd warning: one parameter to a memory allocation multiplication is negative o…
/PHP-7.2/ext/json/
H A Djson_scanner.re173 zend_bool bigint = 0, negative = s->token[0] == '-';
174 size_t digits = (size_t) (s->cursor - s->token - negative);
177 int cmp = strncmp((char *) (s->token + negative), LONG_MIN_DIGITS, PHP_JSON_INT_MAX_LENGTH);
178 if (!(cmp < 0 || (cmp == 0 && negative))) {
/PHP-7.2/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt28 '-2147483648', // max negative integer value
36 -0x7fffffff - 1, // max negative integer as hexadecimal
41 -017777777777 - 1, // max negative integer as octal
87 (float)-0x80000001, // float value, beyond max negative int
90 (float)-020000000001, // float value, beyond max negative int
H A Dvar_export-locale_32.phpt28 '-2147483648', // max negative integer value
36 -0x7fffffff - 1, // max negative integer as hexadecimal
41 -017777777777 - 1, // max negative integer as octal
87 (float)-0x80000001, // float value, beyond max negative int
90 (float)-020000000001, // float value, beyond max negative int
/PHP-7.2/ext/session/tests/
H A Dsession_set_cookie_params_error.phpt128 Warning: session_set_cookie_params(): CookieLifetime cannot be negative in %s on line 81
146 Warning: session_set_cookie_params(): CookieLifetime cannot be negative in %s on line 81
/PHP-7.2/ext/standard/tests/file/
H A Dfscanf_variation18.phpt29 -2147483648, // max negative integer value
37 -0x80000000, // max negative integer as hexadecimal
42 -020000000000, // max negative integer as octal
H A Dfscanf_variation39.phpt34 -2147483648, // max negative integer value
42 -0x80000000, // max negative integer as hexadecimal
47 -020000000000, // max negative integer as octal

Completed in 46 milliseconds

12345678910