]> granicus.if.org Git - php/commitdiff
Fixed function proto.
authorIlia Alshanetsky <iliaa@php.net>
Fri, 9 Jul 2004 17:49:08 +0000 (17:49 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 9 Jul 2004 17:49:08 +0000 (17:49 +0000)
ext/pdo/pdo_stmt.c

index b36ea15c13daf51d248e53a1e3345ab7a744913b..c85939150046529dd76037c7c868591811acb1c0 100755 (executable)
@@ -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)
 {