summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2003-12-28 22:26:59 +0000
committerGeorg Richter <georg@php.net>2003-12-28 22:26:59 +0000
commit36b65c4ed0c0933cd45aad53dbd98c8b7667c0f7 (patch)
tree938e5e19792395417de69c8f81de7d6e64ef6237 /ext
parent287834a5afb72619013ebfd9ae481b911fdd150d (diff)
downloadphp-git-36b65c4ed0c0933cd45aad53dbd98c8b7667c0f7.tar.gz
fixed prototype for mysqli_bind_result
Diffstat (limited to 'ext')
-rw-r--r--ext/mysqli/mysqli_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c
index ca32c748a9..f142e4f651 100644
--- a/ext/mysqli/mysqli_api.c
+++ b/ext/mysqli/mysqli_api.c
@@ -199,7 +199,7 @@ PHP_FUNCTION(mysqli_bind_param)
}
/* }}} */
-/* {{{ proto bool mysqli_bind_result(object stmt, mixed var, int len [,mixed,int....])
+/* {{{ proto bool mysqli_bind_result(object stmt, mixed var, [,mixed, ...])
Bind variables to a prepared statement for result storage */
/* TODO: