summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xext/pdo/pdo_stmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/pdo_stmt.c b/ext/pdo/pdo_stmt.c
index b36ea15c13..c859391500 100755
--- a/ext/pdo/pdo_stmt.c
+++ b/ext/pdo/pdo_stmt.c
@@ -617,7 +617,7 @@ static PHP_METHOD(PDOStatement, errorCode)
}
/* }}} */
-/* {{{ proto int PDOStatement::errorInfo()
+/* {{{ proto array PDOStatement::errorInfo()
Fetch extended error information associated with the last operation on the statement handle */
static PHP_METHOD(PDOStatement, errorInfo)
{