new_obj           205 Zend/zend_objects.c 		zval *new_obj;
new_obj           207 Zend/zend_objects.c 		MAKE_STD_ZVAL(new_obj);
new_obj           208 Zend/zend_objects.c 		new_obj->type = IS_OBJECT;
new_obj           209 Zend/zend_objects.c 		new_obj->value.obj = new_obj_val;
new_obj           210 Zend/zend_objects.c 		zval_copy_ctor(new_obj);
new_obj           212 Zend/zend_objects.c 		zend_call_method_with_0_params(&new_obj, old_object->ce, &old_object->ce->clone, ZEND_CLONE_FUNC_NAME, NULL);
new_obj           214 Zend/zend_objects.c 		zval_ptr_dtor(&new_obj);
new_obj          2148 ext/date/php_date.c 	php_date_obj *new_obj = NULL;
new_obj          2150 ext/date/php_date.c 	zend_object_value new_ov = date_object_new_date_ex(old_obj->std.ce, &new_obj TSRMLS_CC);
new_obj          2152 ext/date/php_date.c 	zend_objects_clone_members(&new_obj->std, new_ov, &old_obj->std, Z_OBJ_HANDLE_P(this_ptr) TSRMLS_CC);
new_obj          2158 ext/date/php_date.c 	new_obj->time = timelib_time_ctor();
new_obj          2159 ext/date/php_date.c 	*new_obj->time = *old_obj->time;
new_obj          2161 ext/date/php_date.c 		new_obj->time->tz_abbr = strdup(old_obj->time->tz_abbr);
new_obj          2164 ext/date/php_date.c 		new_obj->time->tz_info = old_obj->time->tz_info;
new_obj          2297 ext/date/php_date.c 	php_timezone_obj *new_obj = NULL;
new_obj          2299 ext/date/php_date.c 	zend_object_value new_ov = date_object_new_timezone_ex(old_obj->std.ce, &new_obj TSRMLS_CC);
new_obj          2301 ext/date/php_date.c 	zend_objects_clone_members(&new_obj->std, new_ov, &old_obj->std, Z_OBJ_HANDLE_P(this_ptr) TSRMLS_CC);
new_obj          2306 ext/date/php_date.c 	new_obj->type = old_obj->type;
new_obj          2307 ext/date/php_date.c 	new_obj->initialized = 1;
new_obj          2308 ext/date/php_date.c 	switch (new_obj->type) {
new_obj          2310 ext/date/php_date.c 			new_obj->tzi.tz = old_obj->tzi.tz;
new_obj          2313 ext/date/php_date.c 			new_obj->tzi.utc_offset = old_obj->tzi.utc_offset;
new_obj          2316 ext/date/php_date.c 			new_obj->tzi.z.utc_offset = old_obj->tzi.z.utc_offset;
new_obj          2317 ext/date/php_date.c 			new_obj->tzi.z.dst        = old_obj->tzi.z.dst;
new_obj          2318 ext/date/php_date.c 			new_obj->tzi.z.abbr       = strdup(old_obj->tzi.z.abbr);
new_obj          2396 ext/date/php_date.c 	php_interval_obj *new_obj = NULL;
new_obj          2398 ext/date/php_date.c 	zend_object_value new_ov = date_object_new_interval_ex(old_obj->std.ce, &new_obj TSRMLS_CC);
new_obj          2400 ext/date/php_date.c 	zend_objects_clone_members(&new_obj->std, new_ov, &old_obj->std, Z_OBJ_HANDLE_P(this_ptr) TSRMLS_CC);
new_obj          2485 ext/date/php_date.c 	php_period_obj *new_obj = NULL;
new_obj          2487 ext/date/php_date.c 	zend_object_value new_ov = date_object_new_period_ex(old_obj->std.ce, &new_obj TSRMLS_CC);
new_obj          2489 ext/date/php_date.c 	zend_objects_clone_members(&new_obj->std, new_ov, &old_obj->std, Z_OBJ_HANDLE_P(this_ptr) TSRMLS_CC);
new_obj          2785 ext/date/php_date.c 	php_date_obj *new_obj = NULL;
new_obj          2794 ext/date/php_date.c 	new_obj = (php_date_obj *) zend_object_store_get_object(return_value TSRMLS_CC);
new_obj          2796 ext/date/php_date.c 	new_obj->time = timelib_time_ctor();
new_obj          2797 ext/date/php_date.c 	*new_obj->time = *old_obj->time;
new_obj          2799 ext/date/php_date.c 		new_obj->time->tz_abbr = strdup(old_obj->time->tz_abbr);
new_obj          2802 ext/date/php_date.c 		new_obj->time->tz_info = old_obj->time->tz_info;