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