summaryrefslogtreecommitdiff
path: root/ext/dbx
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2003-03-17 13:08:59 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2003-03-17 13:08:59 +0000
commitfa692f6744ce137a8a996124acb797b67885443e (patch)
treef754f7a06f5ab4cc3a6df42b7cc0ae21fd49d0ad /ext/dbx
parent212abb49969119008697a6903010edb75759bcd4 (diff)
downloadphp-git-fa692f6744ce137a8a996124acb797b67885443e.tar.gz
proto fix
Diffstat (limited to 'ext/dbx')
-rw-r--r--ext/dbx/dbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dbx/dbx.c b/ext/dbx/dbx.c
index 43b7c5c6e1..b0e046c260 100644
--- a/ext/dbx/dbx.c
+++ b/ext/dbx/dbx.c
@@ -548,7 +548,7 @@ ZEND_FUNCTION(dbx_error)
}
/* }}} */
-/* {{{ proto string dbx_esc(dbx_link_object dbx_link, string sz)
+/* {{{ proto string dbx_escape_string(dbx_link_object dbx_link, string sz)
Returns escaped string or NULL on error
*/
ZEND_FUNCTION(dbx_escape_string)