[DOC-CVS] [doc-en] master: PDO Fetch Modes: Remove extraneous print (#5001)

[email protected] (AllenJB via GitHub)
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: AllenJB (AllenJB)
Committer: GitHub (web-flow)
Pusher: kamil-tekiela
Date: 2025-11-15T13:37:54Z

Commit: https://github.com/php/doc-en/commit/86d3fb841e0206e2588896ad3c21432333535848
Raw diff: https://github.com/php/doc-en/commit/86d3fb841e0206e2588896ad3c21432333535848.diff

PDO Fetch Modes: Remove extraneous print (#5001)

Changed paths:
  M  reference/pdo/constants.fetch-modes.xml


Diff:

diff --git a/reference/pdo/constants.fetch-modes.xml b/reference/pdo/constants.fetch-modes.xml
index 97a231b655da..97118099d952 100644
--- a/reference/pdo/constants.fetch-modes.xml
+++ b/reference/pdo/constants.fetch-modes.xml
@@ -1013,7 +1013,6 @@ $stmt->bindColumn('country', $country);
 // For example: referrer.name AS referrer_name
 $stmt->bindColumn(4, $referrerName);
 
-print "\nfetch:\n";
 while ($stmt->fetch(\PDO::FETCH_BOUND)) {
     print join("\t", [$userId, $name, $country, ($referrerName ?? 'NULL')]) . "\n";
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.