summaryrefslogtreecommitdiff
path: root/ext/odbc
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2015-06-23 17:46:07 -0400
committerRasmus Lerdorf <rasmus@php.net>2015-06-23 17:46:20 -0400
commit28d7bb97a11c8eb55d568cb095517861c2e33d45 (patch)
treea2d1ec4e14b99fb1aaeca2fcdbd3776073fe1850 /ext/odbc
parent2d2bd2db971d4a3d9447418ec47dc79b1a782c95 (diff)
downloadphp-git-28d7bb97a11c8eb55d568cb095517861c2e33d45.tar.gz
Fix more proto comments
Diffstat (limited to 'ext/odbc')
-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 9e51dca75f..eac443660a 100644
--- a/ext/odbc/php_odbc.c
+++ b/ext/odbc/php_odbc.c
@@ -1843,7 +1843,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)
{