Objekt der Klasse mySQLi_Result konnte nicht in String konvertiert werden

<?php
while ($row= $resultAll->fetch_assoc()) {
    echo $row['data'];
}
?>
Celtyn Naidoo