Home
last modified time | relevance | path

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

/PHP-7.4/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 DDatePeriod_set_state.phpt71 ["recurrences"]=>
H A Dbug52113.phpt171 ["recurrences"]=>
259 ["recurrences"]=>
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re80 int recurrences;
197 recurrences = "R" number;
206 recurrences
208 DEBUG_OUTPUT("recurrences");
211 s->recurrences = timelib_get_unsigned_nr((char **) &ptr, 9);
329 timelib_rel_time **period, int *recurrences,
408 in.recurrences = 1;
439 *recurrences = in.recurrences;
H A Dparse_iso_intervals.c82 int recurrences; member
916 s->recurrences = timelib_get_unsigned_nr((char **) &ptr, 9); in scan()
934 timelib_rel_time **period, int *recurrences, in timelib_strtointerval() argument
1013 in.recurrences = 1; in timelib_strtointerval()
1044 *recurrences = in.recurrences; in timelib_strtointerval()
H A Dtimelib.h571 timelib_rel_time **period, int *recurrences,
/PHP-7.4/ext/date/
H A Dphp_date.h179 int recurrences; member
H A Dphp_date.c1949 return (iterator->current_index < object->recurrences) ? SUCCESS : FAILURE; in date_period_it_has_more()
2592 new_obj->recurrences = old_obj->recurrences; in date_object_clone_period()
4666 *recurrences = r; in date_period_initialize()
4681 zend_long recurrences = 0, options = 0; in PHP_METHOD() local
4709 if (dpobj->end == NULL && recurrences == 0) { in PHP_METHOD()
4748 if (dpobj->end == NULL && recurrences < 1) { in PHP_METHOD()
4756 dpobj->recurrences = recurrences + dpobj->include_start_date; in PHP_METHOD()
4856 if (0 == dpobj->recurrences - dpobj->include_start_date) { in PHP_METHOD()
4860 RETURN_LONG(dpobj->recurrences - dpobj->include_start_date); in PHP_METHOD()
5284 ZVAL_LONG(&zv, (zend_long) period_obj->recurrences); in date_object_get_properties_period()
[all …]

Completed in 31 milliseconds