Home
last modified time | relevance | path

Searched defs:_php_period_obj (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/date/
H A Dphp_date.h87 struct _php_period_obj { struct
88 timelib_time *start;
89 zend_class_entry *start_ce;
90 timelib_time *current;
91 timelib_time *end;
92 timelib_rel_time *interval;
93 int recurrences;
94 bool initialized;
95 bool include_start_date;
96 bool include_end_date;
[all …]

Completed in 6 milliseconds