Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/tests/
H A Dbug53437.phpt86 ["recurrences"]=>
145 ["recurrences"]=>
H A Dbug52113.phpt163 ["recurrences"]=>
247 ["recurrences"]=>
/PHP-5.6/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-5.6/ext/date/
H A Dphp_date.h165 int recurrences; member
H A Dphp_date.c1911 return (iterator->current_index < object->recurrences) ? SUCCESS : FAILURE; in date_period_it_has_more()
4391 …lize(timelib_time **st, timelib_time **et, timelib_rel_time **d, long *recurrences, /*const*/ char… in date_period_initialize() argument
4408 *recurrences = r; in date_period_initialize()
4424 long recurrences = 0, options = 0; in PHP_METHOD() local
4431 …_CC, "OOl|l", &start, date_ce_interface, &interval, date_ce_interval, &recurrences, &options) == F… in PHP_METHOD()
4445 …date_period_initialize(&(dpobj->start), &(dpobj->end), &(dpobj->interval), &recurrences, isostr, i… in PHP_METHOD()
4452 if (dpobj->end == NULL && recurrences == 0) { in PHP_METHOD()
4495 dpobj->recurrences = recurrences + dpobj->include_start_date; in PHP_METHOD()
4996 ZVAL_LONG(zv, (long) period_obj->recurrences); in date_object_get_properties_period()
5063 period_obj->recurrences = Z_LVAL_PP(ht_entry); in php_date_period_initialize_from_hash()
/PHP-5.6/
H A DNEWS5944 . Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bit

Completed in 74 milliseconds