Searched defs:_php_period_obj (Results 1 – 1 of 1) sorted by relevance
158 struct _php_period_obj { struct159 zend_object std;160 timelib_time *start;161 zend_class_entry *start_ce;162 timelib_time *current;163 timelib_time *end;164 timelib_rel_time *interval;165 int recurrences;166 int initialized;167 int include_start_date;
Completed in 7 milliseconds