summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-12-06 17:51:48 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-12-06 17:51:48 +0000
commit250aded26522a03bd96d4818367e3b5304504190 (patch)
treec0c95d197004d91a06863dad8aeb301a84f5d6da /ext/mssql/php_mssql.c
parent42486196ad5e92d248b62b9c0691969ab81ef453 (diff)
downloadphp-git-250aded26522a03bd96d4818367e3b5304504190.tar.gz
proto fixes
Diffstat (limited to 'ext/mssql/php_mssql.c')
-rw-r--r--ext/mssql/php_mssql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c
index 050c0ae46d..fb3391e5d5 100644
--- a/ext/mssql/php_mssql.c
+++ b/ext/mssql/php_mssql.c
@@ -1286,7 +1286,7 @@ PHP_FUNCTION(mssql_fetch_array)
/* }}} */
-/* {{{ proto array mssql_fetch_array(int result_id [, int result_type])
+/* {{{ proto array mssql_fetch_assoc(int result_id [, int result_type])
Returns an associative array of the current row in the result set specified by result_id */
PHP_FUNCTION(mssql_fetch_assoc)
{