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