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

index 9eb92ac1dae7208ba073316e923e9f24cb3646de..f3b1cc4ae9f4f679bc46a0f66a816ce18f0bbacf 100644 (file)
@@ -788,7 +788,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)
 {
@@ -796,7 +796,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)
 {