]> granicus.if.org Git - php/commitdiff
Proto fix
authorMarcus Boerger <helly@php.net>
Mon, 12 Jan 2004 00:34:37 +0000 (00:34 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 12 Jan 2004 00:34:37 +0000 (00:34 +0000)
ext/mysqli/mysqli_nonapi.c

index bba853aa46e957fc6d740b3047322d358d9391fb..acb31d4091450a31db44fee83e300d79a8c95547 100644 (file)
@@ -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) 
 {