Home
last modified time | relevance | path

Searched refs:INCLUDE_END_DATE (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/date/tests/
H A Ddate_period_include_end.phpt2 DatePeriod::INCLUDE_END_DATE
10 foreach (new DatePeriod($start, $interval, $end, DatePeriod::INCLUDE_END_DATE) as $day) {
H A Ddate_period_exclude_start_and_include_end.phpt2 DatePeriod::EXCLUDE_START_DATE|DatePeriod::INCLUDE_END_DATE
10 …DatePeriod($start, $interval, $end, DatePeriod::EXCLUDE_START_DATE | DatePeriod::INCLUDE_END_DATE);
H A Dbug78055.phpt16 $period = new DatePeriod($start, $interval, $recurrences, DatePeriod::INCLUDE_END_DATE);
/php-src/ext/date/
H A Dphp_date.stub.php719 public const INCLUDE_END_DATE = UNKNOWN; define in DatePeriod

Completed in 10 milliseconds