newdateobj 1923 ext/date/php_date.c php_date_obj *newdateobj; newdateobj 1928 ext/date/php_date.c newdateobj = (php_date_obj *) zend_object_store_get_object(iterator->current TSRMLS_CC); newdateobj 1929 ext/date/php_date.c newdateobj->time = timelib_time_ctor(); newdateobj 1930 ext/date/php_date.c *newdateobj->time = *it_time; newdateobj 1932 ext/date/php_date.c newdateobj->time->tz_abbr = strdup(it_time->tz_abbr); newdateobj 1935 ext/date/php_date.c newdateobj->time->tz_info = it_time->tz_info;