diff --git a/reference/pdo/pdostatement/debugdumpparams.xml b/reference/pdo/pdostatement/debugdumpparams.xml index 01b2fc1dfe..a0c9cf847c 100644 --- a/reference/pdo/pdostatement/debugdumpparams.xml +++ b/reference/pdo/pdostatement/debugdumpparams.xml @@ -18,7 +18,7 @@ output. It will provide the SQL query in use, the number of parameters used (Params), the list of parameters, with their name, type (paramtype) as - an integer, their key name or position, the value, and the position + an integer, their key name or position, and the position in the query (if this is supported by the PDO driver, otherwise, it will be -1).