Home
last modified time | relevance | path

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

/PHP-8.0/ext/date/
H A Dphp_date.h81 struct _php_period_obj { struct
82 timelib_time *start;
83 zend_class_entry *start_ce;
84 timelib_time *current;
85 timelib_time *end;
86 timelib_rel_time *interval;
87 int recurrences;
88 int initialized;
89 int include_start_date;
90 zend_object std;

Completed in 4 milliseconds