Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6774619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:48:33+00:00 2026-05-26T15:48:33+00:00

I need to merge 2 custom objects of the same type. Here’s what the

  • 0

I need to merge 2 custom objects of the same type. Here’s what the class looks like:

<?php
class a{

    public $one;

    public $two;

          public function doSomething(){
              //do stuff
          }

}

I have got 2 instance of a that I need to merge together. I understand that I can use array_merge like this:

$result = (object)array_merge((array)$a1, (array)$a2);

But the problem is that I need the result to be of the a class and not stdObj.

If I do:

$result->doSomething()

an error results: PHP Fatal error: Call to undefined method stdClass::doSomething()

Since we cannot type cast to non-primitives, one cannot do: $result = (a)array_merge((array)$a1, (array)$a2);

Besides using a loop to iterate through one object and get and set values, are there more performant or neater ways to do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T15:48:33+00:00Added an answer on May 26, 2026 at 3:48 pm

    array_merge() is not what you want. As you rightly point out, they are not arrays

    It sounds to me like you need what C++ calls a copy constructor.

    Bascially, you are going to have to code it yourself, so add a function called merge() to your class which takes a single paramter which is an other obect of that class.

    To code it you just need to assign each individual field of the parameter’s data to your object’s data.

    read the PHP manual on object cloning for more info.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to be able to merge two (very simple) JavaScript objects at runtime.
I have two datasets need to merge. The first one is a big dataset
I need to merge two NSDictionary s into one provided that if there are
I need to merge two XML documents, overwriting the overlapsed attributes and elements. For
I need to merge two SELECT statements. There are two tables in my database,
I have huge number of Word files I need to merge (join) into one
I need merge several RTF documents by PHP. Styles, fonts, page sizes of all
I need to merge two variables. They both are unsigned ints. First: 11000000 Second:
I've got two documents - one is a custom XML file format, the other
I need to merge multiple dictionaries, here's what I have for instance: dict1 =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.