Home
last modified time | relevance | path

Searched refs:invert (Results 1 – 25 of 30) sorted by relevance

12

/PHP-7.1/ext/date/tests/
H A Dbug52113.phpt27 'invert' => 1,
57 ["invert"]=>
70 …ekday";i:0;s:16:"weekday_behavior";i:0;s:17:"first_last_day_of";i:0;s:6:"invert";i:0;s:4:"days";i:…
82 'invert' => 0,
109 ["invert"]=>
158 ["invert"]=>
197 ["invert"]=>
246 ["invert"]=>
H A Dbug48678.phpt22 [invert] => 0
41 [invert] => 0
H A Dbug53437_var2.phpt37 ["invert"]=>
71 ["invert"]=>
H A Dbug52808.phpt49 ["invert"]=>
83 ["invert"]=>
117 ["invert"]=>
H A Dbug53437_var4.phpt19 $df->invert,
46 ["invert"]=>
H A Dbug53437_var3.phpt7 …day";i:10;s:16:"weekday_behavior";i:10;s:17:"first_last_day_of";i:0;s:6:"invert";i:0;s:4:"days";s:…
34 ["invert"]=>
H A Dbug53437_var5.phpt7 …day";i:10;s:16:"weekday_behavior";i:10;s:17:"first_last_day_of";i:0;s:6:"invert";i:0;s:4:"days";s:…
34 ["invert"]=>
H A Dbug53437_var6.phpt7 …day";i:10;s:16:"weekday_behavior";i:10;s:17:"first_last_day_of";i:0;s:6:"invert";i:0;s:4:"days";s:…
36 ["invert"]=>
H A Dbug49081.phpt24 [invert] => 0
H A Dbug53437.phpt75 ["invert"]=>
136 ["invert"]=>
H A Dbug45682.phpt36 ["invert"]=>
H A Ddate_interval_create_from_date_string_nullparam.phpt32 ["invert"]=>
H A Dbug73091.phpt38 ["invert"]=>
H A Dbug52738.phpt34 [invert] => 0
H A Dbug60774.phpt32 ["invert"]=>
H A Dbug49778.phpt32 ["invert"]=>
H A Ddate_diff1.phpt52 ["invert"]=>
H A Ddate_time_fractions.phpt82 ["invert"]=>
H A Dexamine_diff.inc52 $expect_interval->invert = true;
/PHP-7.1/ext/date/lib/
H A Dinterval.c36 rt->invert = 0; in timelib_diff()
41 rt->invert = 1; in timelib_diff()
76 timelib_do_rel_normalize(rt->invert ? one : two, rt); in timelib_diff()
104 if (interval->invert) { in timelib_add()
139 if (interval->invert) { in timelib_sub()
H A Dtm2unixtime.c77 …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
91 if (!invert) { in do_range_limit_days_relative()
201 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_structs.h225 int invert; /* Whether the difference should be inverted */ member
H A Dtimelib.c300 d->y, d->m, d->d, d->h, d->i, d->s, d->days, d->invert ? " inverted" : ""); in timelib_dump_rel_time()
/PHP-7.1/ext/standard/tests/serialize/
H A Dbug69425.phpt50 ["invert"]=>
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c2077 zend_bool invert; /* Whether to return non-matching in php_pcre_grep_impl() local
2081 invert = flags & PREG_GREP_INVERT ? 1 : 0; in php_pcre_grep_impl()
2126 if ((count > 0 && !invert) || (count == PCRE_ERROR_NOMATCH && invert)) { in php_pcre_grep_impl()

Completed in 41 milliseconds

12