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