Lines Matching refs:recurrences
1513 ZVAL_LONG(&zv, (zend_long) period_obj->recurrences); in initialize_date_period_properties()
1567 return (iterator->current_index < object->recurrences) ? SUCCESS : FAILURE; in date_period_it_has_more()
2229 new_obj->recurrences = old_obj->recurrences; in date_object_clone_period()
4690 …timelib_time **st, timelib_time **et, timelib_rel_time **d, zend_long *recurrences, /*const*/ char… in date_period_initialize() argument
4716 *recurrences = r; in date_period_initialize()
4729 zend_long recurrences = 0, options = 0; in PHP_METHOD() local
4734 …S(), "OOl|l", &start, date_ce_interface, &interval, date_ce_interval, &recurrences, &options) == F… in PHP_METHOD()
4747 …if (!date_period_initialize(&(dpobj->start), &(dpobj->end), &(dpobj->interval), &recurrences, isos… in PHP_METHOD()
4763 if (dpobj->end == NULL && recurrences == 0) { in PHP_METHOD()
4811 if (dpobj->end == NULL && recurrences < 1) { in PHP_METHOD()
4823 dpobj->recurrences = recurrences + dpobj->include_start_date + dpobj->include_end_date; in PHP_METHOD()
4909 if (0 == dpobj->recurrences - dpobj->include_start_date - dpobj->include_end_date) { in PHP_METHOD()
4913 RETURN_LONG(dpobj->recurrences - dpobj->include_start_date - dpobj->include_end_date); in PHP_METHOD()
5320 ZVAL_LONG(&zv, (zend_long) period_obj->recurrences); in date_period_object_to_hash()
5424 period_obj->recurrences = Z_LVAL_P(ht_entry); in php_date_period_initialize_from_hash()