From 58e742d435cd89485fa6db7629d045fba48dc2d6 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sun, 15 Nov 2009 14:58:28 +0000 Subject: [PATCH] Typo (bug #50181) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290782 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/pdostatement/execute.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/pdo/pdostatement/execute.xml b/reference/pdo/pdostatement/execute.xml index d83444d3dc..d0f5e53ba3 100644 --- a/reference/pdo/pdostatement/execute.xml +++ b/reference/pdo/pdostatement/execute.xml @@ -35,7 +35,7 @@ An array of values with as many elements as there are bound parameters in the SQL statement being executed. - Ale values are treated as PDO::PARAM_STR. + All values are treated as PDO::PARAM_STR. You cannot bind multiple values to a single parameter; for example,