3v4l.org

run code in 500+ PHP versions simultaneously
<?php $alignments = [ 'top left', 'top right', ]; $switches = [ 'Switch Up', 'Switch Down', ]; $combined = [$alignments, $switches]; var_export(array_column($combined, 0)); var_export(array_column($combined, 1));

preferences:
81.47 ms | 1130 KiB | 5 Q