--TEST-- mysqli fetch char/text --SKIPIF-- --FILE-- --EXPECT-- 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" }