Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/
H A Dphp_date.h85 struct _php_period_obj { struct
86 timelib_time *start;
87 zend_class_entry *start_ce;
88 timelib_time *current;
89 timelib_time *end;
90 timelib_rel_time *interval;
91 int recurrences;
92 int initialized;
93 int include_start_date;
94 zend_object std;

Completed in 5 milliseconds