]> granicus.if.org Git - php/commitdiff
proto fixes
authorAndrey Hristov <andrey@php.net>
Fri, 13 Jun 2003 14:53:13 +0000 (14:53 +0000)
committerAndrey Hristov <andrey@php.net>
Fri, 13 Jun 2003 14:53:13 +0000 (14:53 +0000)
ext/dba/dba.c

index c8b8e17e0016a22e5de0e28245d3a625d587897c..2fd1c90da0e1bbd65bda8c1beb6a1bf7912b45d7 100644 (file)
@@ -797,7 +797,7 @@ static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent)
 /* }}} */
 #undef FREENOW
 
-/* {{{ proto int dba_popen(string path, string mode [, string handlername, string ...])
+/* {{{ proto resource dba_popen(string path, string mode [, string handlername, string ...])
    Opens path using the specified handler in mode persistently */
 PHP_FUNCTION(dba_popen)
 {
@@ -805,7 +805,7 @@ PHP_FUNCTION(dba_popen)
 }
 /* }}} */
 
-/* {{{ proto int dba_open(string path, string mode [, string handlername, string ...])
+/* {{{ proto resource dba_open(string path, string mode [, string handlername, string ...])
    Opens path using the specified handler in mode*/
 PHP_FUNCTION(dba_open)
 {