3v4l.org

run code in 300+ PHP versions simultaneously
<?php $month = [ 'January', 'January', 'January', 'January', 'February' ]; $weeks = [ 'Week 1', 'Week 2', 'Week 3', 'Week 4', 'Week 1' ]; $newArray = []; foreach ($month as $index => $value) { // Create the new string you want, using the same index for both arrays $newArray[] = $value . ' - ' . $weeks[$index]; } print_r($newArray);

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
159.18 ms | 1889 KiB | 11 Q