--TEST-- mysqli bind_param+bind_result char/text --SKIPIF-- --FILE-- --EXPECTF-- array(2) { [0]=> string(10) "1234567890" [1]=> %s(14) "this is a test" } done! --UEXPECTF-- array(2) { [0]=> unicode(10) "1234567890" [1]=> %s(14) "this is a test" } done!