--TEST-- Bug #49354 (mb_strcut() cuts wrong length when offset is in the middle of a multibyte character) --SKIPIF-- --FILE-- --EXPECT-- string(12) "AåBäCöDü" string(11) "åBäCöDü" string(11) "åBäCöDü" string(9) "BäCöDü" string(0) "" bool(false)