Child_of not displaying all children posts.. via get_posts

Your foreach is way wrong. Try combining the category ids in an array, then running one query only to get the posts you want.

Edit: read your comments. Try use using an array function like array_merge instead of the + to combine the resulting post arrays. See if that helps.