Home
last modified time | relevance | path

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

12345678910

/PHP-7.2/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.2/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.2/ext/date/tests/
H A DDateTime_data-february.inc116 * Check PHP bug 49081, negative
/PHP-7.2/ext/standard/tests/general_functions/
H A Dis_float_64bit.phpt20 -0x80000001, // float value, beyond max negative int
23 -020000000001, // float value, beyond max negative int
H A Dis_float.phpt18 -0x80000001, // float value, beyond max negative int
21 -020000000001, // float value, beyond max negative int
H A Dfloatval.phpt62 -2147483648, // max negative integer value
H A Dprint_r.phpt40 range(-1,-10), // negative values
84 -0x80000001, // float value, beyond max negative int
87 -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_64bit.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.phpt34 range(-1,-10), // negative values
78 -0x80000001, // float value, beyond max negative int
81 -020000000001 // float value, beyond max negative int
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c865 if (constraint->negative) { in zend_inference_calc_range()
886 if (constraint->negative == NEG_USE_LT && in zend_inference_calc_range()
1701 if (constraint->negative == NEG_INIT) { in zend_infer_ranges_warmup()
1703 constraint->negative = NEG_INVARIANT; in zend_infer_ranges_warmup()
1708 if (constraint->negative == NEG_INIT || in zend_infer_ranges_warmup()
1711 constraint->negative = NEG_USE_LT; in zend_infer_ranges_warmup()
1715 constraint->negative = NEG_UNKNOWN; in zend_infer_ranges_warmup()
1720 if (constraint->negative == NEG_INIT || in zend_infer_ranges_warmup()
1723 constraint->negative = NEG_USE_GT; in zend_infer_ranges_warmup()
1727 constraint->negative = NEG_UNKNOWN; in zend_infer_ranges_warmup()
[all …]
H A Dzend_ssa.h48 zend_ssa_negative_lat negative; member
/PHP-7.2/ext/json/
H A Djson_scanner.c319 zend_bool bigint = 0, negative = s->token[0] == '-'; in php_json_scan() local
320 size_t digits = (size_t) (s->cursor - s->token - negative); in php_json_scan()
323 int cmp = strncmp((char *) (s->token + negative), LONG_MIN_DIGITS, PHP_JSON_INT_MAX_LENGTH); in php_json_scan()
324 if (!(cmp < 0 || (cmp == 0 && negative))) { in php_json_scan()
/PHP-7.2/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.2/ext/standard/tests/file/
H A D006_variation2.phpt48 /* 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.2/ext/standard/tests/strings/
H A Dsubstr.phpt64 …turn empty string when start denotes the position beyond the truncation (set by negative length) */
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING229 used for a positive class, and OP_NOT or OP_NOTI for a negative one (that is,
298 OP_PROP and OP_NOTPROP are used for positive and negative matches of a
315 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
324 negative one. In either case, the opcode is followed by a 32-byte (16-short,
339 this is a negative class, and XCL_MAP indicates that a bit map is present.
/PHP-7.2/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 54 milliseconds

12345678910