Home
last modified time | relevance | path

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

123456789

/PHP-7.4/ext/standard/tests/array/
H A Darsort_variation3.phpt22 // negative/posative integer array
H A Dasort_variation3.phpt22 // negative/posative integer array
H A Dsort_variation3.phpt24 // negative/posative integers array
H A Darray_pad_variation3.phpt113 var_dump( array_pad($input, -$pad_size, $pad_value) ); // negative 'pad_size'
H A Darray_key_exists_variation8.phpt36 -2345 => 'negative',
42 -10.5 => 'negative',
/PHP-7.4/ext/mbstring/tests/
H A Dmb_stripos_variation5_Bug45923.phpt33 * mb_stripos should not be able to accept negative values as $offset.
H A Dmb_strpos_variation5.phpt33 * mb_strpos should not be able to accept negative values as $offset.
H A Dmb_strripos_variation5_Bug45923.phpt34 * mb_strripos should not be able to accept negative values as $offset.
/PHP-7.4/ext/date/tests/
H A DDateTime_data-february.inc116 * Check PHP bug 49081, negative
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_float.phpt18 -0x80000001, // float value, beyond max negative int
21 -020000000001, // float value, beyond max negative int
H A Dis_float_64bit.phpt20 -0x80000001, // float value, beyond max negative int
23 -020000000001, // float value, beyond max negative int
H A Dfloatval.phpt62 -2147483648, // max negative integer value
H A Dprint_r.phpt36 range(-1,-10), // negative values
80 -0x80000001, // float value, beyond max negative int
83 -020000000001 // float value, beyond max negative int
H A Dprint_r_64bit.phpt40 range(-1,-10), // negative values
84 -0x80000001, // float value, beyond max negative int
87 -020000000001 // float value, beyond max negative int
H A Dvar_dump.phpt34 range(-1,-10), // negative values
78 -0x80000001, // float value, beyond max negative int
81 -020000000001 // float value, beyond max negative int
H A Dvar_dump_64bit.phpt34 range(-1,-10), // negative values
78 -0x80000001, // float value, beyond max negative int
81 -020000000001 // float value, beyond max negative int
/PHP-7.4/ext/standard/tests/file/
H A D006_variation2.phpt38 /* negative values as permission */
H A Dfscanf_variation8.phpt27 -0x80000001, // float value, beyond max negative int
30 -020000000001, // float value, beyond max negative int
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c857 if (constraint->negative) { in zend_inference_calc_range()
878 if (constraint->negative == NEG_USE_LT && in zend_inference_calc_range()
1691 if (constraint->negative == NEG_INIT) { in zend_infer_ranges_warmup()
1693 constraint->negative = NEG_INVARIANT; in zend_infer_ranges_warmup()
1698 if (constraint->negative == NEG_INIT || in zend_infer_ranges_warmup()
1701 constraint->negative = NEG_USE_LT; in zend_infer_ranges_warmup()
1705 constraint->negative = NEG_UNKNOWN; in zend_infer_ranges_warmup()
1710 if (constraint->negative == NEG_INIT || in zend_infer_ranges_warmup()
1713 constraint->negative = NEG_USE_GT; in zend_infer_ranges_warmup()
1717 constraint->negative = NEG_UNKNOWN; in zend_infer_ranges_warmup()
[all …]
H A Dzend_ssa.h48 zend_ssa_negative_lat negative; member
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_types_zerofill.phpt33 // Zerofill implies unsigned but the test plays with signed = negative values as well!
/PHP-7.4/ext/standard/tests/strings/
H A Dsubstr.phpt64 …turn empty string when start denotes the position beyond the truncation (set by negative length) */
H A Dstrcspn_variation7.phpt87 -2147483648, // min negative integer
/PHP-7.4/ext/standard/tests/serialize/
H A Dmax_depth.phpt102 Warning: unserialize(): max_depth cannot be negative in %s on line %d
/PHP-7.4/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 104 milliseconds

123456789