date_obj         4946 ext/date/php_date.c 		php_date_obj *date_obj;
date_obj         4948 ext/date/php_date.c 		date_obj = zend_object_store_get_object(zv TSRMLS_CC);
date_obj         4949 ext/date/php_date.c 		date_obj->time = timelib_time_clone(period_obj->start);
date_obj         4957 ext/date/php_date.c 		php_date_obj *date_obj;
date_obj         4959 ext/date/php_date.c 		date_obj = zend_object_store_get_object(zv TSRMLS_CC);
date_obj         4960 ext/date/php_date.c 		date_obj->time = timelib_time_clone(period_obj->current);
date_obj         4968 ext/date/php_date.c 		php_date_obj *date_obj;
date_obj         4970 ext/date/php_date.c 		date_obj = zend_object_store_get_object(zv TSRMLS_CC);
date_obj         4971 ext/date/php_date.c 		date_obj->time = timelib_time_clone(period_obj->end);
date_obj         5009 ext/date/php_date.c 			php_date_obj *date_obj;
date_obj         5010 ext/date/php_date.c 			date_obj = zend_object_store_get_object(*ht_entry TSRMLS_CC);
date_obj         5011 ext/date/php_date.c 			period_obj->start = timelib_time_clone(date_obj->time);
date_obj         5022 ext/date/php_date.c 			php_date_obj *date_obj;
date_obj         5023 ext/date/php_date.c 			date_obj = zend_object_store_get_object(*ht_entry TSRMLS_CC);
date_obj         5024 ext/date/php_date.c 			period_obj->end = timelib_time_clone(date_obj->time);
date_obj         5034 ext/date/php_date.c 			php_date_obj *date_obj;
date_obj         5035 ext/date/php_date.c 			date_obj = zend_object_store_get_object(*ht_entry TSRMLS_CC);
date_obj         5036 ext/date/php_date.c 			period_obj->current = timelib_time_clone(date_obj->time);