Home
last modified time | relevance | path

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

123456789

/PHP-8.1/ext/opcache/tests/jit/
H A Dbool_not_002.phpt30 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sbool_not_002.php:6
H A Dshift_right_004.phpt38 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sshift_right_004.php:8
/PHP-8.1/ext/date/tests/
H A DDateTime_data-dates.inc41 * Particular days, negative
/PHP-8.1/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt30 -123, //negative integer
35 -PHP_INT_MAX - 1, // min negative integer
H A Dsprintf_variation9.phpt12 -0x80000001, // float value, beyond max negative int
15 -020000000001, // float value, beyond max negative int
H A Dsprintf_variation5.phpt23 var_dump(sprintf("%%+d = '%+d'", $u)); // sign specifier on a 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_variation47.phpt11 -0x80000001, // float value, beyond max negative int
14 -020000000001, // float value, beyond max negative int
/PHP-8.1/ext/standard/tests/file/
H A Dphp_fd_wrapper_03.phpt19 Warning: fopen(php://fd/-2): Failed to open stream: The file descriptors must be non-negative numbe…
H A Dfscanf_variation18.phpt24 -2147483648, // max negative integer value
32 -0x80000000, // max negative integer as hexadecimal
37 -020000000000, // max negative integer as octal
H A Dfscanf_variation2.phpt23 -2147483648, // max negative integer value
31 -0x80000000, // max negative integer as hexadecimal
36 -020000000000, // max negative integer as octal
H A Dfscanf_variation20.phpt23 -2147483648, // max negative integer value
31 -0x80000000, // max negative integer as hexadecimal
36 -020000000000, // max negative integer as octal
H A Dfscanf_variation27.phpt23 -2147483648, // max negative integer value
31 -0x80000000, // max negative integer as hexadecimal
36 -020000000000, // max negative integer as octal
H A Dfscanf_variation45.phpt23 -2147483648, // max negative integer value
31 -0x80000000, // max negative integer as hexadecimal
36 -020000000000, // max negative integer as octal
H A Dfscanf_variation9.phpt30 -2147483648, // max negative integer value
38 -0x80000000, // max negative integer as hexadecimal
43 -020000000000, // max negative integer as octal
/PHP-8.1/ext/gd/tests/
H A Dbug66356.phpt41 Warning: imagecrop(): %cne parameter to a memory allocation multiplication is negative or zero, fai…
/PHP-8.1/ext/standard/tests/array/
H A Dnatcasesort_variation3.phpt17 // negative/positive integers array
H A Darray_pad_variation5.phpt25 var_dump( array_pad($input, -$pad_size, $pad_value) ); // negative 'pad_value'
/PHP-8.1/ext/oci8/tests/
H A Dcoll_016_func.phpt2 collections and negative/too big element indexes
H A Dcoll_016.phpt2 collections and negative/too big element indexes
/PHP-8.1/ext/gmp/tests/
H A Dgmp_remroot.phpt95 gmp_rootrem(): Argument #2 ($nth) must be odd if argument #1 ($a) is negative
/PHP-8.1/ext/bcmath/tests/
H A Dnegative_scale.phpt2 all errors on negative scale
/PHP-8.1/ext/json/
H A Djson_scanner.re171 bool bigint = 0, negative = s->token[0] == '-';
172 size_t digits = (size_t) (s->cursor - s->token - negative);
175 int cmp = strncmp((char *) (s->token + negative), LONG_MIN_DIGITS, PHP_JSON_INT_MAX_LENGTH);
176 if (!(cmp < 0 || (cmp == 0 && negative))) {
/PHP-8.1/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt23 '-2147483648', // max negative integer value
31 -0x7fffffff - 1, // max negative integer as hexadecimal
36 -017777777777 - 1, // max negative integer as octal
82 (float)-0x80000001, // float value, beyond max negative int
85 (float)-020000000001, // float value, beyond max negative int
H A Dvar_export-locale_32.phpt23 '-2147483648', // max negative integer value
31 -0x7fffffff - 1, // max negative integer as hexadecimal
36 -017777777777 - 1, // max negative integer as octal
82 (float)-0x80000001, // float value, beyond max negative int
85 (float)-020000000001, // float value, beyond max negative int

Completed in 37 milliseconds

123456789