--TEST-- mysqli_stmt_get_result() --SKIPIF-- --FILE-- type, array(MYSQLI_STORE_RESULT, MYSQLI_USE_RESULT))) { printf("[024] Unknown result set type %s\n", $res->type); } if ($res->type !== MYSQLI_STORE_RESULT) printf("[025] Expecting int/%d got %s/%s", MYSQLI_STORE_RESULT, gettype($res->type), $res->type); mysqli_free_result($res); mysqli_stmt_close($stmt); mysqli_close($link); if (NULL !== ($res = mysqli_stmt_get_result($stmt))) { printf("[022] Expecting NULL got %s/%s\n", gettype($res), $res); } print "done!"; ?> --CLEAN-- --EXPECTF-- array(2) { [%u|b%"id"]=> int(1) [%u|b%"label"]=> %unicode|string%(1) "a" } NULL array(2) { [%u|b%"id"]=> int(1) [%u|b%"label"]=> %unicode|string%(1) "a" } NULL [017] [2014] Commands out of sync; you can't run this command now Warning: mysqli_stmt_get_result(): Couldn't fetch mysqli_stmt in %s on line %d done!