3v4l.org

run code in 300+ PHP versions simultaneously
<?php $labels_array=array("Element 1","Element 2","Element 3","Element 4","Element 5","Element 6"); echo implode(",\n",array_map(function($i){ return implode(", ",$i); },array_chunk($labels_array,2)));

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
52.85 ms | 2453 KiB | 4 Q