query("select * from test"); $rows = $stmt->fetchAll(); echo "
";
var_dump($rows);