Lines Matching refs:recurrences
1473 return (iterator->current_index < object->recurrences) ? SUCCESS : FAILURE; in date_period_it_has_more()
2135 new_obj->recurrences = old_obj->recurrences; in date_object_clone_period()
4155 …timelib_time **st, timelib_time **et, timelib_rel_time **d, zend_long *recurrences, /*const*/ char… in date_period_initialize() argument
4181 *recurrences = r; in date_period_initialize()
4194 zend_long recurrences = 0, options = 0; in PHP_METHOD() local
4200 …S(), "OOl|l", &start, date_ce_interface, &interval, date_ce_interval, &recurrences, &options) == F… in PHP_METHOD()
4214 …date_period_initialize(&(dpobj->start), &(dpobj->end), &(dpobj->interval), &recurrences, isostr, i… in PHP_METHOD()
4232 if (dpobj->end == NULL && recurrences == 0) { in PHP_METHOD()
4274 if (dpobj->end == NULL && recurrences < 1) { in PHP_METHOD()
4285 dpobj->recurrences = recurrences + dpobj->include_start_date; in PHP_METHOD()
4369 if (0 == dpobj->recurrences - dpobj->include_start_date) { in PHP_METHOD()
4373 RETURN_LONG(dpobj->recurrences - dpobj->include_start_date); in PHP_METHOD()
4801 ZVAL_LONG(&zv, (zend_long) period_obj->recurrences); in date_object_get_properties_period()
4872 period_obj->recurrences = Z_LVAL_P(ht_entry); in php_date_period_initialize_from_hash()