php add property to object code example Example: php add property to object $foo = (array)$foo; $foo['bar'] = '1234'; $foo = (object)$foo;