--TEST-- Test chunk_split() function : usage variations - default 'chunklen' with long string as 'str' --FILE-- --EXPECT-- *** Testing chunk_split() : default 'chunklen' with long string 'str' *** -- Iteration 0 -- unicode(85) "1234567890123456789012345678901234567890123456789012345678901234567890123456 78901 " -- Iteration 1 -- unicode(217) "1234567890123456789012345678901234567890123456789012345678901234567890123456 7890123456789012345678901234567890123456789012345678901234567890123456789012 34567890123456789012345678901234567890123456789012345678901 " Done