Searched refs:recurrences (Results 1 – 8 of 8) sorted by relevance
/PHP-5.6/ext/date/tests/ |
H A D | bug53437.phpt | 86 ["recurrences"]=> 145 ["recurrences"]=>
|
H A D | bug52113.phpt | 163 ["recurrences"]=> 247 ["recurrences"]=>
|
/PHP-5.6/ext/date/lib/ |
H A D | parse_iso_intervals.re | 102 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 D | parse_iso_intervals.c | 104 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 D | timelib.h | 97 timelib_rel_time **period, int *recurrences,
|
/PHP-5.6/ext/date/ |
H A D | php_date.h | 165 int recurrences; member
|
H A D | php_date.c | 1911 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 D | NEWS | 5944 . Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bit
|
Completed in 53 milliseconds