diff options
-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) { |