<?php $s = "12345678";print_r(preg_split('~(?=\\G..)~', $s));
Standard input is empty
Array ( [0] => [1] => 1 [2] => 2 [3] => 3 [4] => 4 [5] => 5 [6] => 6 [7] => 78 )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!