From: Marcus Boerger Date: Mon, 12 Jan 2004 00:34:37 +0000 (+0000) Subject: Proto fix X-Git-Tag: php_ibase_before_split~271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=635e3b19802f3c5b3b9736e51cb435a8cf899713;p=php Proto fix --- diff --git a/ext/mysqli/mysqli_nonapi.c b/ext/mysqli/mysqli_nonapi.c index bba853aa46..acb31d4091 100644 --- a/ext/mysqli/mysqli_nonapi.c +++ b/ext/mysqli/mysqli_nonapi.c @@ -179,7 +179,7 @@ PHP_FUNCTION(mysqli_fetch_assoc) } /* }}} */ -/* {{{ proto array mysqli_fetch_object (object result [, string class_name [, NULL|array ctor_params]]) +/* {{{ proto object mysqli_fetch_object (object result [, string class_name [, NULL|array ctor_params]]) Fetch a result row as an object */ PHP_FUNCTION(mysqli_fetch_object) {