<?php $ar = [12345678, 12345678, 12345678, 3, 4, 5, 6, 7, 8]; echo implode(chr(9), $ar), PHP_EOL;
You have javascript disabled. You will not be able to edit any code.