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