diff options
author | Egon Schmid <eschmid@php.net> | 2000-07-13 18:44:57 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-07-13 18:44:57 +0000 |
commit | 28f38ea4fe881549a09f4d5f0dc534117e814245 (patch) | |
tree | 63c663b673ebd491e012be4e6215cae487e3335b /ext/dba | |
parent | 7ad2213278935179cabe76d059dea8fa25013b3a (diff) | |
download | php-git-28f38ea4fe881549a09f4d5f0dc534117e814245.tar.gz |
Fixed protos.
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) { |