]> granicus.if.org Git - php/commitdiff
Fixed protos.
authorEgon Schmid <eschmid@php.net>
Thu, 13 Jul 2000 18:44:57 +0000 (18:44 +0000)
committerEgon Schmid <eschmid@php.net>
Thu, 13 Jul 2000 18:44:57 +0000 (18:44 +0000)
ext/dba/dba.c

index 63f053382f3b4908573c9d741a37fdda6f0626a4..ac552802d6b9a5c0af5520f20e6a6e9b49a50ef8 100644 (file)
@@ -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)
 {