diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-07-09 17:49:08 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-07-09 17:49:08 +0000 |
commit | 41b639fffebd099699cdf9c3231539d72602ce38 (patch) | |
tree | ab077f9a58142911ded86aa02d64b84f664153bb | |
parent | 69e20cf21957269cff62d399b53c4e0ffbe171ad (diff) | |
download | php-git-41b639fffebd099699cdf9c3231539d72602ce38.tar.gz |
Fixed function proto.
-rwxr-xr-x | ext/pdo/pdo_stmt.c | 2 |
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) { |