Home
last modified time | relevance | path

Searched refs:include_start_date (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/date/tests/
H A Dbug53437.phpt88 ["include_start_date"]=>
147 ["include_start_date"]=>
H A Dbug52113.phpt165 ["include_start_date"]=>
249 ["include_start_date"]=>
/PHP-7.0/ext/date/
H A Dphp_date.h187 int include_start_date; member
H A Dphp_date.c1870 if (!object->include_start_date || iterator->current_index > 0) { in date_period_it_has_more()
4502 dpobj->include_start_date = !(options & PHP_DATE_PERIOD_EXCLUDE_START_DATE); in PHP_METHOD()
4505 dpobj->recurrences = recurrences + dpobj->include_start_date; in PHP_METHOD()
5003 ZVAL_BOOL(&zv, period_obj->include_start_date); in date_object_get_properties_period()
5079 period_obj->include_start_date = (Z_TYPE_P(ht_entry) == IS_TRUE); in php_date_period_initialize_from_hash()

Completed in 31 milliseconds