--TEST-- mysqli_get_metadata --SKIPIF-- --FILE-- --EXPECTF-- === fetch_fields === array(2) { [0]=> object(stdClass)#5 (11) { ["name"]=> string(3) "foo" ["orgname"]=> string(3) "foo" ["table"]=> string(13) "test_affected" ["orgtable"]=> string(13) "test_affected" ["def"]=> string(0) "" ["max_length"]=> int(0) ["length"]=> int(%d) ["charsetnr"]=> int(%d) ["flags"]=> int(32768) ["type"]=> int(3) ["decimals"]=> int(0) } [1]=> object(stdClass)#6 (11) { ["name"]=> string(3) "bar" ["orgname"]=> string(3) "bar" ["table"]=> string(13) "test_affected" ["orgtable"]=> string(13) "test_affected" ["def"]=> string(0) "" ["max_length"]=> int(0) ["length"]=> int(%d) ["charsetnr"]=> int(%d) ["flags"]=> int(0) ["type"]=> int(253) ["decimals"]=> int(0) } } === fetch_field_direct === object(stdClass)#6 (11) { ["name"]=> string(3) "foo" ["orgname"]=> string(3) "foo" ["table"]=> string(13) "test_affected" ["orgtable"]=> string(13) "test_affected" ["def"]=> string(0) "" ["max_length"]=> int(0) ["length"]=> int(%d) ["charsetnr"]=> int(%d) ["flags"]=> int(32768) ["type"]=> int(3) ["decimals"]=> int(0) } object(stdClass)#6 (11) { ["name"]=> string(3) "bar" ["orgname"]=> string(3) "bar" ["table"]=> string(13) "test_affected" ["orgtable"]=> string(13) "test_affected" ["def"]=> string(0) "" ["max_length"]=> int(0) ["length"]=> int(%d) ["charsetnr"]=> int(%d) ["flags"]=> int(0) ["type"]=> int(253) ["decimals"]=> int(0) } === fetch_field === object(stdClass)#6 (11) { ["name"]=> string(3) "foo" ["orgname"]=> string(3) "foo" ["table"]=> string(13) "test_affected" ["orgtable"]=> string(13) "test_affected" ["def"]=> string(0) "" ["max_length"]=> int(0) ["length"]=> int(%d) ["charsetnr"]=> int(%d) ["flags"]=> int(32768) ["type"]=> int(3) ["decimals"]=> int(0) } object(stdClass)#5 (11) { ["name"]=> string(3) "bar" ["orgname"]=> string(3) "bar" ["table"]=> string(13) "test_affected" ["orgtable"]=> string(13) "test_affected" ["def"]=> string(0) "" ["max_length"]=> int(0) ["length"]=> int(%d) ["charsetnr"]=> int(%d) ["flags"]=> int(0) ["type"]=> int(253) ["decimals"]=> int(0) } done! --UEXPECTF-- === fetch_fields === array(2) { [0]=> object(stdClass)#5 (11) { [u"name"]=> unicode(3) "foo" [u"orgname"]=> unicode(3) "foo" [u"table"]=> unicode(13) "test_affected" [u"orgtable"]=> unicode(13) "test_affected" [u"def"]=> unicode(0) "" [u"max_length"]=> int(0) [u"length"]=> int(%d) [u"charsetnr"]=> int(%d) [u"flags"]=> int(32768) [u"type"]=> int(3) [u"decimals"]=> int(0) } [1]=> object(stdClass)#6 (11) { [u"name"]=> unicode(3) "bar" [u"orgname"]=> unicode(3) "bar" [u"table"]=> unicode(13) "test_affected" [u"orgtable"]=> unicode(13) "test_affected" [u"def"]=> unicode(0) "" [u"max_length"]=> int(0) [u"length"]=> int(%d) [u"charsetnr"]=> int(%d) [u"flags"]=> int(0) [u"type"]=> int(253) [u"decimals"]=> int(0) } } === fetch_field_direct === object(stdClass)#6 (11) { [u"name"]=> unicode(3) "foo" [u"orgname"]=> unicode(3) "foo" [u"table"]=> unicode(13) "test_affected" [u"orgtable"]=> unicode(13) "test_affected" [u"def"]=> unicode(0) "" [u"max_length"]=> int(0) [u"length"]=> int(%d) [u"charsetnr"]=> int(%d) [u"flags"]=> int(32768) [u"type"]=> int(3) [u"decimals"]=> int(0) } object(stdClass)#6 (11) { [u"name"]=> unicode(3) "bar" [u"orgname"]=> unicode(3) "bar" [u"table"]=> unicode(13) "test_affected" [u"orgtable"]=> unicode(13) "test_affected" [u"def"]=> unicode(0) "" [u"max_length"]=> int(0) [u"length"]=> int(%d) [u"charsetnr"]=> int(%d) [u"flags"]=> int(0) [u"type"]=> int(253) [u"decimals"]=> int(0) } === fetch_field === object(stdClass)#6 (11) { [u"name"]=> unicode(3) "foo" [u"orgname"]=> unicode(3) "foo" [u"table"]=> unicode(13) "test_affected" [u"orgtable"]=> unicode(13) "test_affected" [u"def"]=> unicode(0) "" [u"max_length"]=> int(0) [u"length"]=> int(%d) [u"charsetnr"]=> int(%d) [u"flags"]=> int(32768) [u"type"]=> int(3) [u"decimals"]=> int(0) } object(stdClass)#5 (11) { [u"name"]=> unicode(3) "bar" [u"orgname"]=> unicode(3) "bar" [u"table"]=> unicode(13) "test_affected" [u"orgtable"]=> unicode(13) "test_affected" [u"def"]=> unicode(0) "" [u"max_length"]=> int(0) [u"length"]=> int(%d) [u"charsetnr"]=> int(%d) [u"flags"]=> int(0) [u"type"]=> int(253) [u"decimals"]=> int(0) } done!