Lines Matching defs:_php_period_obj
87 struct _php_period_obj { struct88 timelib_time *start;89 zend_class_entry *start_ce;90 timelib_time *current;91 timelib_time *end;92 timelib_rel_time *interval;93 int recurrences;94 bool initialized;95 bool include_start_date;96 bool include_end_date;97 zend_object std;