diff options
Diffstat (limited to 'ext/dba')
-rw-r--r-- | ext/dba/dba.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dba/dba.c b/ext/dba/dba.c index 63f053382f..ac552802d6 100644 --- a/ext/dba/dba.c +++ b/ext/dba/dba.c @@ -338,7 +338,7 @@ static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) /* }}} */ /* }}} */ -/* {{{ proto int dba_popen(string path, string mode, string handlername [, ...]) +/* {{{ proto int dba_popen(string path, string mode, string handlername [, string ...]) Opens path using the specified handler in mode persistently */ PHP_FUNCTION(dba_popen) { @@ -346,7 +346,7 @@ PHP_FUNCTION(dba_popen) } /* }}} */ -/* {{{ proto int dba_open(string path, string mode, string handlername [, ...]) +/* {{{ proto int dba_open(string path, string mode, string handlername [, string ...]) Opens path using the specified handler in mode*/ PHP_FUNCTION(dba_open) { |