Skip to content

Commit 86d3fb8

Browse files
authored
PDO Fetch Modes: Remove extraneous print (#5001)
1 parent 69fe083 commit 86d3fb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reference/pdo/constants.fetch-modes.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,6 @@ $stmt->bindColumn('country', $country);
10131013
// For example: referrer.name AS referrer_name
10141014
$stmt->bindColumn(4, $referrerName);
10151015
1016-
print "\nfetch:\n";
10171016
while ($stmt->fetch(\PDO::FETCH_BOUND)) {
10181017
print join("\t", [$userId, $name, $country, ($referrerName ?? 'NULL')]) . "\n";
10191018
}

0 commit comments

Comments
 (0)