--TEST-- Bug #63398 (Segfault when calling fetch_object on a use_result and DB pointer has closed) --EXTENSIONS-- mysqli --SKIPIF-- --FILE-- query('SELECT 1', MYSQLI_USE_RESULT); $db->close(); var_dump($result->fetch_object()); ?> --EXPECTF-- Warning: mysqli_result::fetch_object(): (HY000/2014): Commands out of sync; you can't run this command now in %s on line %d bool(false)