Home
last modified time | relevance | path

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

/PHP-7.0/ext/date/tests/
H A Dbug53437.phpt86 ["recurrences"]=>
145 ["recurrences"]=>
H A Dbug52113.phpt163 ["recurrences"]=>
247 ["recurrences"]=>
/PHP-7.0/ext/date/lib/
H A Dparse_iso_intervals.re102 int recurrences;
277 recurrences = "R" number;
286 recurrences
288 DEBUG_OUTPUT("recurrences");
291 s->recurrences = timelib_get_unsigned_nr((char **) &ptr, 9);
409 timelib_rel_time **period, int *recurrences,
488 in.recurrences = 1;
519 *recurrences = in.recurrences;
H A Dparse_iso_intervals.c104 int recurrences; member
897 s->recurrences = timelib_get_unsigned_nr((char **) &ptr, 9); in scan()
915 timelib_rel_time **period, int *recurrences, in timelib_strtointerval() argument
994 in.recurrences = 1; in timelib_strtointerval()
1025 *recurrences = in.recurrences; in timelib_strtointerval()
H A Dtimelib.h97 timelib_rel_time **period, int *recurrences,
/PHP-7.0/ext/date/
H A Dphp_date.h185 int recurrences; member
H A Dphp_date.c1881 return (iterator->current_index < object->recurrences) ? SUCCESS : FAILURE; in date_period_it_has_more()
4401 …timelib_time **st, timelib_time **et, timelib_rel_time **d, zend_long *recurrences, /*const*/ char… in date_period_initialize() argument
4418 *recurrences = r; in date_period_initialize()
4434 zend_long recurrences = 0, options = 0; in PHP_METHOD() local
4441 …S(), "OOl|l", &start, date_ce_interface, &interval, date_ce_interval, &recurrences, &options) == F… in PHP_METHOD()
4455 …date_period_initialize(&(dpobj->start), &(dpobj->end), &(dpobj->interval), &recurrences, isostr, i… in PHP_METHOD()
4462 if (dpobj->end == NULL && recurrences == 0) { in PHP_METHOD()
4505 dpobj->recurrences = recurrences + dpobj->include_start_date; in PHP_METHOD()
5000 ZVAL_LONG(&zv, (zend_long) period_obj->recurrences); in date_object_get_properties_period()
5071 period_obj->recurrences = Z_LVAL_P(ht_entry); in php_date_period_initialize_from_hash()

Completed in 25 milliseconds