summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2009-02-17 12:38:21 +0000
committerFelipe Pena <felipe@php.net>2009-02-17 12:38:21 +0000
commit2513cde86e418bdb0883e97e04af181085a242e6 (patch)
tree8bccb1a367f5fabd22570e56e2cc52fdba5de0c3 /ext/odbc/php_odbc.c
parent4402b82cbae259ed5c41bc386483298ee90e6689 (diff)
downloadphp-git-2513cde86e418bdb0883e97e04af181085a242e6.tar.gz
- MFH: Fix proto
[DOC] proto: $result_array is a reference
Diffstat (limited to 'ext/odbc/php_odbc.c')
-rw-r--r--ext/odbc/php_odbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c
index cf425f57d0..308f7e78e5 100644
--- a/ext/odbc/php_odbc.c
+++ b/ext/odbc/php_odbc.c
@@ -1771,7 +1771,7 @@ PHP_FUNCTION(odbc_fetch_array)
/* }}} */
#endif
-/* {{{ proto int odbc_fetch_into(resource result_id, array result_array, [, int rownumber])
+/* {{{ proto int odbc_fetch_into(resource result_id, array &result_array, [, int rownumber])
Fetch one result row into an array */
PHP_FUNCTION(odbc_fetch_into)
{