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