--TEST-- mysqli_get_metadata --FILE-- --EXPECTF-- array(2) { [0]=> object(stdClass)#%d (9) { ["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) ["flags"]=> int(32768) ["type"]=> int(3) ["decimals"]=> int(0) } [1]=> object(stdClass)#%d (9) { ["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) ["flags"]=> int(0) ["type"]=> int(253) ["decimals"]=> int(0) } }