hello = 'world'; unset($array['hello'], $name, $object->hello); var_dump($array, $object); }