Home
last modified time | relevance | path

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

1234

/php-src/ext/date/tests/
H A Dbug44562.phpt20 $interval = DateInterval::createFromDateString( "1 day" );
22 $dp = new DatePeriod( $begin, $interval, 10 );
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 Dbug52113.phpt106 ["interval"]=>
172 ["interval"]=>
H A Dexamine_diff.inc26 * special interval specification used for this test suite.
30 * interval's "days" property
H A DDatePeriod_set_state.phpt36 ["interval"]=>
/php-src/ext/date/
H A Dphp_date.c1494 if (interval) { in create_date_period_interval()
1641 it_time->relative = *interval; in date_period_advance()
2277 if (old_obj->interval) { in date_object_clone_period()
2278 new_obj->interval = timelib_rel_time_clone(old_obj->interval); in date_object_clone_period()
3422 zval *object, *interval; in PHP_FUNCTION() local
3479 zval *object, *interval; in PHP_FUNCTION() local
3493 zval *object, *interval; in PHP_METHOD() local
3970 php_interval_obj *interval; in PHP_FUNCTION() local
3985 interval->diff->invert = 0; in PHP_FUNCTION()
3987 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.m49 … lib/timelib.c lib/tm2unixtime.c lib/unixtime2tm.c lib/parse_iso_intervals.c lib/interval.c"
/php-src/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);
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetFloat_error.phpt78 // There is no float between the two parameters, thus making the OpenOpen interval empty.
130 The given interval is empty, there are no floats between argument #1 ($min) and argument #2 ($max).

Completed in 44 milliseconds

1234