Searched defs:recurrences (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/date/lib/ |
| H A D | parse_iso_intervals.c | 98 int recurrences; member in struct:Scanner 988 DEBUG_OUTPUT("recurrences"); 991 s->recurrences = timelib_get_unsigned_nr((char **) &ptr, 9); 1009 timelib_rel_time **period, int *recurrences, 1088 in.recurrences = 1; 1119 *recurrences = in.recurrences; 1007 timelib_strtointerval(char *s, int len, timelib_time **begin, timelib_time **end, timelib_rel_time **period, int *recurrences, struct timelib_error_container **errors) argument
|
| /PHP_TRUNK/ext/date/ |
| H A D | php_date.h | 166 int recurrences; member in struct:_php_period_obj
|
| H A D | php_date.c | 1877 return (iterator->current_index < object->recurrences) ? SUCCESS : FAILURE; 4352 static int date_period_initialize(timelib_time **st, timelib_time **et, timelib_rel_time **d, long *recurrences, /*const*/ char *format, int format_length TSRMLS_DC) argument 4369 *recurrences = r; 4376 /* {{{ proto DatePeriod::__construct(DateTime $start, DateInterval $interval, int recurrences|DateTime $end) 4385 long recurrences = 0, options = 0; local 4392 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "OOl|l", &start, date_ce_interface, &interval, date_ce_interval, &recurrences, &options) == FAILURE) { 4406 date_period_initialize(&(dpobj->start), &(dpobj->end), &(dpobj->interval), &recurrences, isostr, isostr_len TSRMLS_CC); 4413 if (dpobj->end == NULL && recurrences == 0) { 4456 dpobj->recurrences = recurrences [all...] |
Completed in 12 milliseconds