Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/ext/date/
H A Dphp_date.h167 int include_start_date; member
H A Dphp_date.c1900 if (!object->include_start_date || iterator->current_index > 0) { in date_period_it_has_more()
4492 dpobj->include_start_date = !(options & PHP_DATE_PERIOD_EXCLUDE_START_DATE); in PHP_METHOD()
4495 dpobj->recurrences = recurrences + dpobj->include_start_date; in PHP_METHOD()
5000 ZVAL_BOOL(zv, period_obj->include_start_date); in date_object_get_properties_period()
5070 period_obj->include_start_date = Z_BVAL_PP(ht_entry); in php_date_period_initialize_from_hash()

Completed in 26 milliseconds