strlen($ctext) === 3 && $ctext = str_repeat(substr($ctext, 0, 1), 2) . str_repeat(substr($ctext, 1, 1), 2) . str_repeat(substr($ctext, 2, 1), 2);