From ef5dde1af7f5d6dc86a50b9170295ca2cdd4e3a2 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Sat, 29 Mar 2014 21:56:38 +0000 Subject: [PATCH] Value is not dumped Remko van Bezooijen git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333216 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/pdostatement/debugdumpparams.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).