Ver originalforeach( $res->fetch_object() as $obj){ var_dump($obj);} o while ($obj = $res->fetch_object()) { var_dump($obj);}