3v4l.org

run code in 300+ PHP versions simultaneously
<?php $matrix = [ [1, 2, 3], [4, 5, 6], [7, 8, 9], [10, 11, 12], ]; var_export( array_map(null, ...$matrix) );

preferences:
26.12 ms | 405 KiB | 5 Q