summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_stmt.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo/pdo_stmt.stub.php')
-rw-r--r--ext/pdo/pdo_stmt.stub.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/pdo/pdo_stmt.stub.php b/ext/pdo/pdo_stmt.stub.php
index ab3ab6a42f..dbc8aa8635 100644
--- a/ext/pdo/pdo_stmt.stub.php
+++ b/ext/pdo/pdo_stmt.stub.php
@@ -1,9 +1,15 @@
<?php
-/** @generate-function-entries */
+/**
+ * @generate-function-entries
+ * @generate-class-entries
+ */
class PDOStatement implements IteratorAggregate
{
+ /** @var string|null */
+ public $queryString;
+
/** @return bool */
public function bindColumn(string|int $column, mixed &$var, int $type = 0, int $maxLength = 0, mixed $driverOptions = null) {}