Value is not dumped

Remko van Bezooijen

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333216 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2014-03-29 21:56:38 +00:00
parent 9be1e7786f
commit ef5dde1af7

View file

@ -18,7 +18,7 @@
output. It will provide the <literal>SQL</literal> query in use, the
number of parameters used (<literal>Params</literal>), the list
of parameters, with their name, type (<literal>paramtype</literal>) 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).
</para>