Home
last modified time | relevance | path

Searched refs:interval (Results 51 – 75 of 84) sorted by relevance

1234

/PHP-8.3/ext/date/tests/
H A Ddate_period_set_state1.phpt11 "interval" => new DateInterval('P2D'),
43 ["interval"]=>
H A DDatePeriod_serialize-002.phpt54 ["interval"]=>
87 …000";s:13:"timezone_type";i:3;s:8:"timezone";s:13:"Europe/London";}s:8:"interval";O:12:"DateInterv…
112 ["interval"]=>
166 ["interval"]=>
H A DDatePeriod_serialize-003.phpt54 ["interval"]=>
87 …000";s:13:"timezone_type";i:3;s:8:"timezone";s:13:"Europe/London";}s:8:"interval";O:12:"DateInterv…
112 ["interval"]=>
166 ["interval"]=>
H A DDatePeriod_serialize-004.phpt52 ["interval"]=>
95 …zone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";}s:3:"end";N;s:8:"interval";O:12:"DateInterv…
120 ["interval"]=>
174 ["interval"]=>
H A Dbug65672.phpt8 $interval = new DateInterval('P1D');
9 $period = new class(new DateTime, $interval, new DateTime) extends DatePeriod {
H A Dbug49081.phpt2 Bug #49081 (DateTime::diff() mistake if start in January and interval > 28 days)
H A Dbug81273.phpt2 Bug #81273: Date interval calculation not correct
H A DDateInterval_serialize-003.phpt32 echo "\n\nUsed serialised interval:\n";
82 Used serialised interval:
H A Dbug60774.phpt2 Bug #60774 (DateInterval::format("%a") is always zero when an interval is created using the createF…
H A DDateInterval_construct_exceptions.phpt21 DateMalformedIntervalStringException: Failed to parse interval (2007-05-11T15:30:00Z/)
H A DDateInterval_serialize-001.phpt22 echo "\n\nUsed serialised interval:\n";
107 Used serialised interval:
H A Dbug53437_var0.phpt52 ["interval"]=>
103 ["interval"]=>
H A Dbug49778.phpt2 Bug #49778 (DateInterval::format("%a") is always zero when an interval is created from an ISO strin…
H A Dbug77571.phpt11 $differenceDateInterval2 = $date3->diff($date4); // interval: + 1m 4d; days 35
H A DDatePeriod_by_ref_iterator.phpt7 …'interval' => DateInterval::createFromDateString("tomorrow"), 'recurrences' => 1, 'include_start_d…
H A DDateInterval_serialize-002.phpt41 echo "\n\nUsed serialised interval:\n";
151 Used serialised interval:
H A Dbug-gh11416.phpt46 …$dateperiod->__unserialize(['start' => $now, 'end' => $now, 'current' => $now, 'interval' => $date…
53 'start' => $now, 'end' => $now, 'current' => $now, 'interval' => $simpleInterval,
H A Dexamine_diff.inc26 * special interval specification used for this test suite.
30 * interval's "days" property
H A Dbug52113.phpt106 ["interval"]=>
172 ["interval"]=>
H A DDatePeriod_set_state.phpt36 ["interval"]=>
/PHP-8.3/ext/oci8/tests/
H A Dbug42173.phpt38 interval'1-2' year to month,
39 interval'10-4' year to month,
40 interval'1 2:20:20.123' day to second,
41 interval'1 2:20:20.12345' day to second)");
/PHP-8.3/ext/date/
H A Dphp_date.c1489 if (interval) { in create_date_period_interval()
1636 it_time->relative = *interval; in date_period_advance()
2272 if (old_obj->interval) { in date_object_clone_period()
2273 new_obj->interval = timelib_rel_time_clone(old_obj->interval); in date_object_clone_period()
3303 zval *object, *interval; in PHP_FUNCTION() local
3360 zval *object, *interval; in PHP_FUNCTION() local
3374 zval *object, *interval; in PHP_METHOD() local
3772 php_interval_obj *interval; in PHP_FUNCTION() local
3787 interval->diff->invert = 0; in PHP_FUNCTION()
3789 interval->initialized = 1; in PHP_FUNCTION()
[all …]
H A Dconfig.w325 ….c parse_posix.c parse_tz.c tm2unixtime.c unixtime2tm.c parse_iso_intervals.c interval.c", "date");
H A Dconfig0.m413 … lib/timelib.c lib/tm2unixtime.c lib/unixtime2tm.c lib/parse_iso_intervals.c lib/interval.c"
/PHP-8.3/ext/date/lib/
H A Dtimelib.h1075 timelib_time *timelib_add(timelib_time *t, timelib_rel_time *interval);
1076 timelib_time *timelib_add_wall(timelib_time *t, timelib_rel_time *interval);
1085 timelib_time *timelib_sub(timelib_time *t, timelib_rel_time *interval);
1086 timelib_time *timelib_sub_wall(timelib_time *t, timelib_rel_time *interval);

Completed in 50 milliseconds

1234