--TEST-- mysqli fetch char/text --SKIPIF-- --FILE-- --EXPECTF-- array(2) { [0]=> string(10) "1234567890" [1]=> string(15) "this is a test0" } array(2) { [0]=> string(10) "1234567891" [1]=> string(15) "this is a test1" } array(2) { [0]=> string(10) "1234567892" [1]=> string(15) "this is a test2" } array(2) { [0]=> string(10) "1234567893" [1]=> string(15) "this is a test3" } done! --UEXPECTF-- array(2) { [0]=> unicode(10) "1234567890" [1]=> unicode(15) "this is a test0" } array(2) { [0]=> unicode(10) "1234567891" [1]=> unicode(15) "this is a test1" } array(2) { [0]=> unicode(10) "1234567892" [1]=> unicode(15) "this is a test2" } array(2) { [0]=> unicode(10) "1234567893" [1]=> unicode(15) "this is a test3" } done!