newdateobj       1882 ext/date/php_date.c 	php_date_obj   *newdateobj;
newdateobj       1886 ext/date/php_date.c 	newdateobj = Z_PHPDATE_P(&iterator->current);
newdateobj       1887 ext/date/php_date.c 	newdateobj->time = timelib_time_ctor();
newdateobj       1888 ext/date/php_date.c 	*newdateobj->time = *it_time;
newdateobj       1890 ext/date/php_date.c 		newdateobj->time->tz_abbr = timelib_strdup(it_time->tz_abbr);
newdateobj       1893 ext/date/php_date.c 		newdateobj->time->tz_info = it_time->tz_info;