Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/
H A Dphp_date.h158 struct _php_period_obj { struct
159 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