3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = ["greeting", "hello", "question", "how-are-you", "response", "im-fine"]; var_export( array_column(array_chunk($array, 2), 1, 0) );

preferences:
58.66 ms | 987 KiB | 5 Q