1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
--TEST-- mb_split() --SKIPIF-- <?php include('skipif.inc'); ?> function_exists('mb_split') or die("SKIP"); --POST-- --GET-- --FILE-- <?php include('022.inc'); ?> --EXPECT-- bool(true) ok ok ok ok ok ok 2-2 3-3 4-4