old_obj          2103 ext/date/php_date.c 	php_date_obj *old_obj = Z_PHPDATE_P(this_ptr);
old_obj          2104 ext/date/php_date.c 	php_date_obj *new_obj = php_date_obj_from_obj(date_object_new_date_ex(old_obj->std.ce, 0));
old_obj          2106 ext/date/php_date.c 	zend_objects_clone_members(&new_obj->std, &old_obj->std);
old_obj          2107 ext/date/php_date.c 	if (!old_obj->time) {
old_obj          2113 ext/date/php_date.c 	*new_obj->time = *old_obj->time;
old_obj          2114 ext/date/php_date.c 	if (old_obj->time->tz_abbr) {
old_obj          2115 ext/date/php_date.c 		new_obj->time->tz_abbr = timelib_strdup(old_obj->time->tz_abbr);
old_obj          2117 ext/date/php_date.c 	if (old_obj->time->tz_info) {
old_obj          2118 ext/date/php_date.c 		new_obj->time->tz_info = old_obj->time->tz_info;
old_obj          2234 ext/date/php_date.c 	php_timezone_obj *old_obj = Z_PHPTIMEZONE_P(this_ptr);
old_obj          2235 ext/date/php_date.c 	php_timezone_obj *new_obj = php_timezone_obj_from_obj(date_object_new_timezone_ex(old_obj->std.ce, 0));
old_obj          2237 ext/date/php_date.c 	zend_objects_clone_members(&new_obj->std, &old_obj->std);
old_obj          2238 ext/date/php_date.c 	if (!old_obj->initialized) {
old_obj          2242 ext/date/php_date.c 	new_obj->type = old_obj->type;
old_obj          2246 ext/date/php_date.c 			new_obj->tzi.tz = old_obj->tzi.tz;
old_obj          2249 ext/date/php_date.c 			new_obj->tzi.utc_offset = old_obj->tzi.utc_offset;
old_obj          2252 ext/date/php_date.c 			new_obj->tzi.z.utc_offset = old_obj->tzi.z.utc_offset;
old_obj          2253 ext/date/php_date.c 			new_obj->tzi.z.dst        = old_obj->tzi.z.dst;
old_obj          2254 ext/date/php_date.c 			new_obj->tzi.z.abbr       = timelib_strdup(old_obj->tzi.z.abbr);
old_obj          2325 ext/date/php_date.c 	php_interval_obj *old_obj = Z_PHPINTERVAL_P(this_ptr);
old_obj          2326 ext/date/php_date.c 	php_interval_obj *new_obj = php_interval_obj_from_obj(date_object_new_interval_ex(old_obj->std.ce, 0));
old_obj          2328 ext/date/php_date.c 	zend_objects_clone_members(&new_obj->std, &old_obj->std);
old_obj          2407 ext/date/php_date.c 	php_period_obj *old_obj = Z_PHPPERIOD_P(this_ptr);
old_obj          2408 ext/date/php_date.c 	php_period_obj *new_obj = php_period_obj_from_obj(date_object_new_period_ex(old_obj->std.ce, 0));
old_obj          2410 ext/date/php_date.c 	zend_objects_clone_members(&new_obj->std, &old_obj->std);
old_obj          2699 ext/date/php_date.c 	php_date_obj *old_obj = NULL;
old_obj          2706 ext/date/php_date.c 	old_obj = Z_PHPDATE_P(datetime_object);
old_obj          2710 ext/date/php_date.c 	*new_obj->time = *old_obj->time;
old_obj          2711 ext/date/php_date.c 	if (old_obj->time->tz_abbr) {
old_obj          2712 ext/date/php_date.c 		new_obj->time->tz_abbr = timelib_strdup(old_obj->time->tz_abbr);
old_obj          2714 ext/date/php_date.c 	if (old_obj->time->tz_info) {
old_obj          2715 ext/date/php_date.c 		new_obj->time->tz_info = old_obj->time->tz_info;