summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-07-09 17:49:08 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-07-09 17:49:08 +0000
commit41b639fffebd099699cdf9c3231539d72602ce38 (patch)
treeab077f9a58142911ded86aa02d64b84f664153bb
parent69e20cf21957269cff62d399b53c4e0ffbe171ad (diff)
downloadphp-git-41b639fffebd099699cdf9c3231539d72602ce38.tar.gz
Fixed function proto.
-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)
{