--TEST-- mysqli_field_tell() --SKIPIF-- --FILE-- --CLEAN-- --EXPECTF-- int(0) Warning: mysqli_field_seek() expects exactly 2 parameters, 1 given in %s on line %d NULL int(0) object(stdClass)#%d (13) { [%u|b%"name"]=> %unicode|string%(2) "id" [%u|b%"orgname"]=> %unicode|string%(2) "id" [%u|b%"table"]=> %unicode|string%(4) "test" [%u|b%"orgtable"]=> %unicode|string%(4) "test" [%u|b%"def"]=> %unicode|string%(0) "" [%u|b%"db"]=> %unicode|string%(%d) "%s" [%u|b%"catalog"]=> %unicode|string%(%d) "%s" [%u|b%"max_length"]=> int(0) [%u|b%"length"]=> int(11) [%u|b%"charsetnr"]=> int(63) [%u|b%"flags"]=> int(49155) [%u|b%"type"]=> int(3) [%u|b%"decimals"]=> int(0) } bool(false) int(1) Warning: mysqli_field_seek(): Invalid field offset in %s on line %d bool(false) int(1) Warning: mysqli_field_seek(): Invalid field offset in %s on line %d bool(false) int(1) bool(true) int(0) Warning: mysqli_field_tell(): Couldn't fetch mysqli_result in %s on line %d NULL done!