]> granicus.if.org Git - php/commitdiff
some protos where missing proto keyword
authorHartmut Holzgraefe <hholzgra@php.net>
Tue, 23 May 2000 22:19:29 +0000 (22:19 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Tue, 23 May 2000 22:19:29 +0000 (22:19 +0000)
ext/mssql/php_mssql.c

index 0178c45110f8970a4b124dabe5e016e29fc96876..b87aafd10464a604a46ab04cef3781d8e4783023 100644 (file)
@@ -1034,7 +1034,7 @@ static void php_mssql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS)
        result->cur_row++;
 }
 
-/* {{{ object mssql_fetch_object(int result_id)
+/* {{{ proto object mssql_fetch_object(int result_id)
    Returns a psuedo-object of the current row in the result set specified by result_id */
 PHP_FUNCTION(mssql_fetch_object)
 {
@@ -1046,7 +1046,7 @@ PHP_FUNCTION(mssql_fetch_object)
 
 /* }}} */
 
-/* {{{ array mssql_fetch_array(int result_id)
+/* {{{ proto array mssql_fetch_array(int result_id)
    Returns an associative array of the current row in the result set specified by result_id */
 PHP_FUNCTION(mssql_fetch_array)
 {