Home
last modified time | relevance | path

Searched refs:recurrences (Results 1 – 10 of 10) sorted by relevance

/PHP-7.2/ext/date/tests/
H A DDatePeriod_properties1.phpt13 echo "recurrences: ";
14 var_dump($period->recurrences);
32 recurrences: int(1)
H A DDatePeriod_getter.phpt11 $recurrences = 4;
22 $periodWithRecurrences = new DatePeriod($start, $interval, $recurrences);
27 $periodWithRecurrencesWithoutStart = new DatePeriod($start, $interval, $recurrences, DatePeriod::EX…
H A DDatePeriod_properties2.phpt11 "recurrences",
35 Writing to DatePeriod->recurrences is unsupported
36 Retrieval of DatePeriod->recurrences for modification is unsupported
H A Dbug53437.phpt88 ["recurrences"]=>
149 ["recurrences"]=>
H A Dbug52113.phpt171 ["recurrences"]=>
259 ["recurrences"]=>
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.re82 int recurrences;
199 recurrences = "R" number;
208 recurrences
210 DEBUG_OUTPUT("recurrences");
213 s->recurrences = timelib_get_unsigned_nr((char **) &ptr, 9);
331 timelib_rel_time **period, int *recurrences,
410 in.recurrences = 1;
441 *recurrences = in.recurrences;
H A Dparse_iso_intervals.c84 int recurrences; member
918 s->recurrences = timelib_get_unsigned_nr((char **) &ptr, 9); in scan()
936 timelib_rel_time **period, int *recurrences, in timelib_strtointerval() argument
1015 in.recurrences = 1; in timelib_strtointerval()
1046 *recurrences = in.recurrences; in timelib_strtointerval()
H A Dtimelib.h491 timelib_rel_time **period, int *recurrences,
/PHP-7.2/ext/date/
H A Dphp_date.h186 int recurrences; member
H A Dphp_date.c1932 return (iterator->current_index < object->recurrences) ? SUCCESS : FAILURE; in date_period_it_has_more()
2560 new_obj->recurrences = old_obj->recurrences; in date_object_clone_period()
4596 *recurrences = r; in date_period_initialize()
4612 zend_long recurrences = 0, options = 0; in PHP_METHOD() local
4640 if (dpobj->end == NULL && recurrences == 0) { in PHP_METHOD()
4679 if (dpobj->end == NULL && recurrences < 1) { in PHP_METHOD()
4687 dpobj->recurrences = recurrences + dpobj->include_start_date; in PHP_METHOD()
4787 if (0 == dpobj->recurrences - dpobj->include_start_date) { in PHP_METHOD()
4791 RETURN_LONG(dpobj->recurrences - dpobj->include_start_date); in PHP_METHOD()
5214 ZVAL_LONG(&zv, (zend_long) period_obj->recurrences); in date_object_get_properties_period()
[all …]

Completed in 66 milliseconds