--TEST-- Bug #42866 (str_split() returns extra char when given string size is not multiple of length) --FILE-- --EXPECT-- array(4) { [0]=> unicode(5) "Testi" [1]=> unicode(5) "ng st" [2]=> unicode(5) "r_spl" [3]=> unicode(4) "it()" }