summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_nonapi.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-01-12 00:34:37 +0000
committerMarcus Boerger <helly@php.net>2004-01-12 00:34:37 +0000
commit635e3b19802f3c5b3b9736e51cb435a8cf899713 (patch)
treed8cd044bc68257143f12eaacc0a52e7aa473c316 /ext/mysqli/mysqli_nonapi.c
parent9c41d8e7b55b089e91a5c1d80edf8b9be5e3a514 (diff)
downloadphp-git-635e3b19802f3c5b3b9736e51cb435a8cf899713.tar.gz
Proto fix
Diffstat (limited to 'ext/mysqli/mysqli_nonapi.c')
-rw-r--r--ext/mysqli/mysqli_nonapi.c2
1 files changed, 1 insertions, 1 deletions
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)
{