<?php $roundFruits = ['apple', 'orange', 'tomato']; $berries = ['strawberry', 'blueberry', 'cherry']; $mixedFruits = $roundFruits + $berries; print_r($mixedFruits);
You have javascript disabled. You will not be able to edit any code.