--TEST-- mysqli_fetch_field_direct() --SKIPIF-- --FILE-- --EXPECTF-- Warning: mysqli_fetch_field_direct(): Field offset is invalid for resultset in %s on line %d bool(false) object(stdClass)#%d (11) { ["name"]=> string(2) "ID" ["orgname"]=> string(2) "id" ["table"]=> string(4) "TEST" ["orgtable"]=> string(4) "test" ["def"]=> string(0) "" ["max_length"]=> int(%d) ["length"]=> int(%d) ["charsetnr"]=> int(%d) ["flags"]=> int(%d) ["type"]=> int(%d) ["decimals"]=> int(%d) } Warning: mysqli_fetch_field_direct(): Field offset is invalid for resultset in %s on line %d bool(false) Warning: mysqli_fetch_field_direct(): Couldn't fetch mysqli_result in %s on line %d done! --UEXPECTF-- Warning: mysqli_fetch_field_direct(): Field offset is invalid for resultset in %s on line %d bool(false) object(stdClass)#%d (11) { [u"name"]=> unicode(2) "ID" [u"orgname"]=> unicode(2) "id" [u"table"]=> unicode(4) "TEST" [u"orgtable"]=> unicode(4) "test" [u"def"]=> unicode(0) "" [u"max_length"]=> int(%d) [u"length"]=> int(%d) [u"charsetnr"]=> int(%d) [u"flags"]=> int(%d) [u"type"]=> int(%d) [u"decimals"]=> int(%d) } Warning: mysqli_fetch_field_direct(): Field offset is invalid for resultset in %s on line %d bool(false) Warning: mysqli_fetch_field_direct(): Couldn't fetch mysqli_result in %s on line %d done!