Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/date/tests/
H A Dbug77097.phpt9 var_dump($diff->invert, $diff->s, $diff->f);
12 var_dump($diff->invert, $diff->s, $diff->f);
15 var_dump($diff->invert, $diff->s, $diff->f);
18 var_dump($diff->invert, $diff->s, $diff->f);
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.phpt23 [invert] => 0
42 [invert] => 0
H A Dbug81263.phpt25 [invert] => 0
44 [invert] => 0
H A Dbug52808.phpt49 ["invert"]=>
83 ["invert"]=>
117 ["invert"]=>
H A Dbug53437_var2.phpt36 ["invert"]=>
70 ["invert"]=>
H A Dbug53437_var4.phpt19 $df->invert,
45 ["invert"]=>
H A Dbug79015.phpt5 …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";b:…
30 ["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:…
33 ["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:…
33 ["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:…
35 ["invert"]=>
H A Dbug80998.phpt8 $interval->invert = 1;
H A Dbug74274.phpt24 [invert] => 0
H A Dbug49081.phpt24 [invert] => 0
H A Dbug74524.phpt26 [invert] => 1
H A Dgh8730.phpt22 [invert] => 0
H A Dbug45682.phpt37 ["invert"]=>
H A Dbug66545.phpt31 [invert] => 0
H A Dbug78452.phpt32 ["invert"]=>
H A Dbug53437.phpt74 ["invert"]=>
135 ["invert"]=>
H A Dbug52738.phpt35 [invert] => 0
H A Dbug71700.phpt36 ["invert"]=>
H A Dbug73091.phpt38 ["invert"]=>
H A Dbug77571.phpt27 [invert] => 0
/PHP-8.1/ext/date/lib/
H A Dinterval.c36 rt->invert = 1; in swap_times()
48 rt->invert = 1 - rt->invert; in swap_if_negative()
97 rt->invert = 0; in timelib_diff_with_tzid()
142 timelib_do_rel_normalize(rt->invert ? one : two, rt); in timelib_diff_with_tzid()
189 timelib_do_rel_normalize(rt->invert ? one : two, rt); in timelib_diff_with_tzid()
208 rt->invert = 0; in timelib_diff()
228 timelib_do_rel_normalize(rt->invert ? one : two, rt); in timelib_diff()
272 if (interval->invert) { in timelib_add()
300 if (interval->invert) { in timelib_sub()
352 if (interval->invert) { in timelib_add_wall()
[all …]

Completed in 27 milliseconds

12