Home
last modified time | relevance | path

Searched refs:invert (Results 26 – 50 of 57) sorted by relevance

123

/php-src/ext/date/tests/
H A Dbug78452.phpt26 ["invert"]=>
H A Dbug53437_var0.phpt68 ["invert"]=>
119 ["invert"]=>
H A Dbug45682.phpt31 ["invert"]=>
H A Dbug66545.phpt28 [invert] => 0
H A Dbug52738.phpt32 [invert] => 0
H A Dbug71700.phpt30 ["invert"]=>
H A Dbug73091.phpt30 ["invert"]=>
H A Dbug49778.phpt26 ["invert"]=>
H A Dbug77571.phpt24 [invert] => 0
H A Ddate_diff1.phpt46 ["invert"]=>
H A DDatePeriod_set_state.phpt52 ["invert"]=>
H A Ddate_period_set_state1.phpt59 ["invert"]=>
H A DDatePeriod_createFromISO8601String_static_return.phpt54 ["invert"]=>
H A Ddate_period_unserialize1.phpt64 ["invert"]=>
H A Ddate_period_unserialize3.phpt69 ["invert"]=>
H A Ddate_time_fractions.phpt76 ["invert"]=>
H A Dexamine_diff.inc52 $expect_interval->invert = true;
/php-src/ext/standard/tests/serialize/
H A Dbug69425.phpt44 ["invert"]=>
/php-src/sapi/fpm/tests/
H A Dlogtool.inc597 …* @param bool $invert Whether the log entry is not expected rather than expect…
610 bool $invert = false,
620 $invert ? null : "The $type does not match expected message",
626 if ($matchResult && $invert) {
707 * @param bool $invert Whether to expect pattern not to match.
717 bool $invert = false,
732 $invert ? null : 'The search pattern not found',
738 if ($invert && $matchResult) {
H A Dtester.inc1834 bool $invert = false,
1846 $invert,
1878 bool $invert = false,
1888 $invert,
1914 bool $invert = false,
1924 $invert,
1949 bool $invert = false,
1959 $invert,
1984 bool $invert = false,
1994 $invert,
[all …]
/php-src/ext/date/lib/
H A Dtm2unixtime.c70 …l *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m, timelib_sll *d, timelib_sll invert) in do_range_limit_days_relative() argument
84 if (!invert) { in do_range_limit_days_relative()
196 do_range_limit_days_relative(&base->y, &base->m, &rt->y, &rt->m, &rt->d, rt->invert); in timelib_do_rel_normalize()
H A Dtimelib.c379 d->y, d->m, d->d, d->h, d->i, d->s, d->days, d->invert ? " inverted" : ""); in timelib_dump_rel_time()
H A Dtimelib.h232 int invert; /* Whether the difference should be inverted */ member
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c2576 sljit_s32 reg, invert; in sljit_emit_op_flags() local
2596 invert = 0; in sljit_emit_op_flags()
2607 invert = 1; in sljit_emit_op_flags()
2618 invert = 1; in sljit_emit_op_flags()
2627 invert = 1; in sljit_emit_op_flags()
2638 invert = 1; in sljit_emit_op_flags()
2663 invert = 1; in sljit_emit_op_flags()
2676 invert = 1; in sljit_emit_op_flags()
2689 invert = 1; in sljit_emit_op_flags()
2698 invert = 1; in sljit_emit_op_flags()
[all …]
H A DsljitNativeLOONGARCH_64.c2758 sljit_s32 src_r, dst_r, invert; in sljit_emit_op_flags() local
2777 invert = type & 0x1; in sljit_emit_op_flags()
2789 invert ^= 0x1; in sljit_emit_op_flags()
2799 invert ^= 0x1; in sljit_emit_op_flags()
2803 invert = 0; in sljit_emit_op_flags()
2817 invert = 1; in sljit_emit_op_flags()
2822 if (invert) { in sljit_emit_op_flags()
2900 sljit_s32 invert = 0; in sljit_emit_fselect() local
2909 invert = 1; in sljit_emit_fselect()
2917 if (invert) in sljit_emit_fselect()
[all …]

Completed in 68 milliseconds

123