--TEST-- mysqli_fetch_row() --SKIPIF-- --FILE-- --EXPECTF-- [004] array(3) { [0]=> string(1) "1" [1]=> string(1) "a" [2]=> string(1) "1" } [005] NULL Warning: mysqli_fetch_row(): Couldn't fetch mysqli_result in %s on line %d NULL done! --UEXPECTF-- [004] array(3) { [0]=> unicode(1) "1" [1]=> unicode(1) "a" [2]=> unicode(1) "1" } [005] NULL Warning: mysqli_fetch_row(): Couldn't fetch mysqli_result in %s on line %d NULL done!