Home
last modified time | relevance | path

Searched refs:negative (Results 176 – 200 of 209) sorted by relevance

123456789

/PHP-8.1/ext/standard/tests/general_functions/
H A Dfloatval.phpt58 -2147483648, // max negative integer value
H A Dprint_r.phpt31 range(-1,-10), // negative values
75 -0x80000001, // float value, beyond max negative int
78 -020000000001 // float value, beyond max negative int
H A Dprint_r_64bit.phpt35 range(-1,-10), // negative values
79 -0x80000001, // float value, beyond max negative int
82 -020000000001 // float value, beyond max negative int
H A Dvar_dump.phpt29 range(-1,-10), // negative values
73 -0x80000001, // float value, beyond max negative int
76 -020000000001 // float value, beyond max negative int
H A Dvar_dump_64bit.phpt29 range(-1,-10), // negative values
73 -0x80000001, // float value, beyond max negative int
76 -020000000001 // float value, beyond max negative int
/PHP-8.1/ext/date/tests/
H A Dbug73858.phpt48 …seems to prove that the input string is important and that the "- 1 second" has a negative knock-on
H A DDateTime_data-february.inc116 * Check PHP bug 49081, negative
/PHP-8.1/ext/standard/tests/strings/
H A Dsubstr.phpt41 …turn empty string when start denotes the position beyond the truncation (set by negative length) */
H A Dexplode1.phpt17 -1, // negative integer
H A Dstrcspn_variation12.phpt44 -2147483648 // min negative integer
54 -2147483648 // min negative integer
H A Dstrspn_variation11.phpt55 -2147483648, // min negative integer
H A Dstrcspn_variation11.phpt55 -2147483648, // min negative integer
H A Dstrspn_variation12.phpt45 -2147483648, // min negative integer
55 -2147483648, // min negative integer
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt34 // Zerofill implies unsigned but the test plays with signed = negative values as well!
/PHP-8.1/Zend/Optimizer/
H A Dzend_inference.c1101 if (constraint->negative) { in zend_inference_calc_range()
1164 if (constraint->negative == NEG_USE_LT && in zend_inference_calc_range()
1801 if (constraint->negative == NEG_INIT) { in zend_infer_ranges_warmup()
1803 constraint->negative = NEG_INVARIANT; in zend_infer_ranges_warmup()
1808 if (constraint->negative == NEG_INIT || in zend_infer_ranges_warmup()
1811 constraint->negative = NEG_USE_LT; in zend_infer_ranges_warmup()
1815 constraint->negative = NEG_UNKNOWN; in zend_infer_ranges_warmup()
1820 if (constraint->negative == NEG_INIT || in zend_infer_ranges_warmup()
1823 constraint->negative = NEG_USE_GT; in zend_infer_ranges_warmup()
1827 constraint->negative = NEG_UNKNOWN; in zend_infer_ranges_warmup()
[all …]
H A Dzend_ssa.h48 zend_ssa_negative_lat negative; member
H A Dzend_ssa.c133 char underflow, char overflow, char negative) /* {{{ */ in pi_range() argument
144 constraint->negative = negative ? NEG_INIT : NEG_NONE; in pi_range()
/PHP-8.1/ext/standard/tests/file/
H A Dfscanf_variation8.phpt22 -0x80000001, // float value, beyond max negative int
25 -020000000001, // float value, beyond max negative int
H A Dfseek_ftell_rewind_variation1.phpt17 $offset = array(-1, 0, 1, 513); // different offsets, including negative and beyond size
H A Dfseek_ftell_rewind_variation2-win32.phpt23 $offset = array(-1, 0, 1, 513); // different offsets, including negative and beyond size
H A Dfseek_ftell_rewind_variation2.phpt23 $offset = array(-1, 0, 1, 513); // different offsets, including negative and beyond size
/PHP-8.1/ext/standard/tests/array/
H A Darray_pad_variation3.phpt108 var_dump( array_pad($input, -$pad_size, $pad_value) ); // negative 'pad_size'
H A Darray_pad_variation6.phpt82 var_dump( array_pad($input, -$pad_size, $pad_value) ); // negative 'pad_size'
H A Darray_key_exists_variation8.phpt30 -2345 => 'negative',
/PHP-8.1/ext/session/tests/
H A Dsave_handler.inc125 // Return negative value for error. FALSE does not work because it's the same as 0.

Completed in 64 milliseconds

123456789