Home
last modified time | relevance | path

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

/PHP-7.1/ext/date/
H A Dphp_date.h179 struct _php_period_obj { struct
180 timelib_time *start;
181 zend_class_entry *start_ce;
182 timelib_time *current;
183 timelib_time *end;
184 timelib_rel_time *interval;
185 int recurrences;
186 int initialized;
187 int include_start_date;
188 zend_object std;

Completed in 6 milliseconds