Searched defs:_php_period_obj (Results 1 – 1 of 1) sorted by relevance
179 struct _php_period_obj { struct180 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 5 milliseconds