<?php $x = ["a", "b", "c", "d", "e"]; var_export( array_merge( ...array_fill(0, 2, $x) ) );
You have javascript disabled. You will not be able to edit any code.