We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b5b3a commit 939849bCopy full SHA for 939849b
demo.php
@@ -4,7 +4,6 @@ function demo(\PDO $pdo): void
4
{
5
// ---------- result-set type inference ----------
6
$stmt = $pdo->query('SELECT email, adaid FROM ada', PDO::FETCH_ASSOC);
7
- assertType('PDOStatement<array{email: string, adaid: int<-32768, 32767>}>', $stmt);
8
9
foreach ($stmt as $row) {
10
parse_str($row['adaid'], $x);
0 commit comments