Like in theme. In query :
$query = $link->query('SHOW TABLES LIKE "table"',MYSQLI_USE_RESULT);
and check like:
echo $query->num_rows;
always shows 0 I mention $query->close(); don't help.
Actually voted as documentation bug : https://bugs.php.net/bug.php?id=74262