summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2003-09-16 19:45:22 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2003-09-16 19:45:22 +0000
commit92b237f4c32da0b01b4a1f40fd41cd559fb9720f (patch)
treed74d4ee902693d3a54eeed0eb2fae711cd4b34f9 /ext/mysqli/mysqli_api.c
parentd2088841a4b696dc65aa4471f8c6c5d3c81512e9 (diff)
downloadphp-git-92b237f4c32da0b01b4a1f40fd41cd559fb9720f.tar.gz
proto fix
Diffstat (limited to 'ext/mysqli/mysqli_api.c')
-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 7d96c846b7..3331e15698 100644
--- a/ext/mysqli/mysqli_api.c
+++ b/ext/mysqli/mysqli_api.c
@@ -1852,7 +1852,7 @@ PHP_FUNCTION(mysqli_stmt_store_result)
}
/* }}} */
-/* {{{ proto string mysqli_stmt_error(object stmt)
+/* {{{ proto string mysqli_stmt_sqlstate(object stmt)
*/
#if MYSQL_VERSION_ID >= 40101
PHP_FUNCTION(mysqli_stmt_sqlstate)