3v4l.org

run code in 500+ PHP versions simultaneously
<?php $roundFruits = ['apple', 'orange', 'tomato']; $berries = ['strawberry', 'blueberry', 'cherry']; $mixedFruits = $roundFruits + $berries; print_r($mixedFruits);

preferences:
46.57 ms | 856 KiB | 5 Q